Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | bpf.h | 7169 struct bpf_fib_lookup { struct 7173 __u8 family; 7176 __u8 l4_protocol; 7177 __be16 sport; 7178 __be16 dport; 7180 union { /* used for MTU check */ 7209 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7213 union { 7218 union { 7231 union {
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7169 struct bpf_fib_lookup { struct 7173 __u8 family; 7176 __u8 l4_protocol; 7177 __be16 sport; 7178 __be16 dport; 7180 union { /* used for MTU check */ 7209 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7213 union { 7218 union { 7231 union {
|
/linux/net/core/ |
H A D | filter.c | 6195 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6229 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|