Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | bpf.h | 7278 struct bpf_fib_lookup { struct 7282 __u8 family; 7285 __u8 l4_protocol; 7286 __be16 sport; 7287 __be16 dport; 7289 union { /* used for MTU check */ 7318 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7322 union { 7327 union { 7340 union {
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7278 struct bpf_fib_lookup { struct 7282 __u8 family; 7285 __u8 l4_protocol; 7286 __be16 sport; 7287 __be16 dport; 7289 union { /* used for MTU check */ 7318 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7322 union { 7327 union { 7340 union {
|
/linux/net/core/ |
H A D | filter.c | 6290 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6324 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|