Home
last modified time | relevance | path

Searched refs:BPF_FIB_LOOKUP_OUTPUT (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dbpf.h7149 BPF_FIB_LOOKUP_OUTPUT = (1U << 1), enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h7149 BPF_FIB_LOOKUP_OUTPUT = (1U << 1), enumerator
/linux/net/core/
H A Dfilter.c5931 if (flags & BPF_FIB_LOOKUP_OUTPUT) { in bpf_ipv4_fib_lookup()
6075 if (flags & BPF_FIB_LOOKUP_OUTPUT) { in bpf_ipv6_fib_lookup()
6190 #define BPF_FIB_LOOKUP_MASK (BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_OUTPUT | \