Searched refs:BPF_FIB_LOOKUP_DIRECT (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c63 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID,
67 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
71 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID,
75 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
291 if (tests[i].lookup_flags & BPF_FIB_LOOKUP_DIRECT) {
/linux-master/samples/bpf/
H A Dxdp_fwd_kern.c155 return xdp_fwd_flags(ctx, BPF_FIB_LOOKUP_DIRECT);
/linux-master/include/uapi/linux/
H A Dbpf.h3375 * **BPF_FIB_LOOKUP_DIRECT**
3379 * Used with BPF_FIB_LOOKUP_DIRECT.
7116 BPF_FIB_LOOKUP_DIRECT = (1U << 0), enumerator in enum:__anon2696
7192 * 'BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID` flags, a
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3375 * **BPF_FIB_LOOKUP_DIRECT**
3379 * Used with BPF_FIB_LOOKUP_DIRECT.
7116 BPF_FIB_LOOKUP_DIRECT = (1U << 0), enumerator in enum:__anon3237
7192 * 'BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID` flags, a
/linux-master/net/core/
H A Dfilter.c5871 if (flags & BPF_FIB_LOOKUP_DIRECT) {
6013 if (flags & BPF_FIB_LOOKUP_DIRECT) {
6106 #define BPF_FIB_LOOKUP_MASK (BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_OUTPUT | \

Completed in 265 milliseconds