Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6977 BPF_FIB_LKUP_RET_NO_SRC_ADDR, /* failed to derive IP src addr */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6977 BPF_FIB_LKUP_RET_NO_SRC_ADDR, /* failed to derive IP src addr */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c6086 return BPF_FIB_LKUP_RET_NO_SRC_ADDR; in bpf_ipv6_fib_lookup()