Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7260 struct bpf_fib_lookup { struct 7264 __u8 family; 7267 __u8 l4_protocol; 7268 __be16 sport; 7269 __be16 dport; 7271 union { /* used for MTU check */ 7300 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7304 union { 7309 union { 7322 union {
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 7260 struct bpf_fib_lookup { struct 7264 __u8 family; 7267 __u8 l4_protocol; 7268 __be16 sport; 7269 __be16 dport; 7271 union { /* used for MTU check */ 7300 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7304 union { 7309 union { 7322 union {
|
/linux/net/core/ |
H A D | filter.c | 6280 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6314 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|