Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7217 struct bpf_fib_lookup { struct 7221 __u8 family; 7224 __u8 l4_protocol; 7225 __be16 sport; 7226 __be16 dport; 7228 union { /* used for MTU check */ 7257 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7261 union { 7266 union { 7279 union {
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 7217 struct bpf_fib_lookup { struct 7221 __u8 family; 7224 __u8 l4_protocol; 7225 __be16 sport; 7226 __be16 dport; 7228 union { /* used for MTU check */ 7257 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7261 union { 7266 union { 7279 union {
|
/linux/net/core/ |
H A D | filter.c | 6271 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6305 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|