Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h7190 BPF_FIB_LOOKUP_OUTPUT = (1U << 1), enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h7190 BPF_FIB_LOOKUP_OUTPUT = (1U << 1), enumerator
/linux-6.15/net/core/
H A Dfilter.c5999 if (flags & BPF_FIB_LOOKUP_OUTPUT) { in bpf_ipv4_fib_lookup()
6143 if (flags & BPF_FIB_LOOKUP_OUTPUT) { in bpf_ipv6_fib_lookup()
6258 #define BPF_FIB_LOOKUP_MASK (BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_OUTPUT | \