Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6961 BPF_FIB_LOOKUP_OUTPUT = (1U << 1), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6961 BPF_FIB_LOOKUP_OUTPUT = (1U << 1), enumerator
/openbmc/linux/net/core/
H A Dfilter.c5854 if (flags & BPF_FIB_LOOKUP_OUTPUT) { in bpf_ipv4_fib_lookup()
5995 if (flags & BPF_FIB_LOOKUP_OUTPUT) { in bpf_ipv6_fib_lookup()
6107 #define BPF_FIB_LOOKUP_MASK (BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_OUTPUT | \