Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 7160 struct bpf_fib_lookup { struct 7164 __u8 family; 7167 __u8 l4_protocol; 7168 __be16 sport; 7169 __be16 dport; 7171 union { /* used for MTU check */ 7200 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7204 union { 7209 union { 7222 union {
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 7160 struct bpf_fib_lookup { struct 7164 __u8 family; 7167 __u8 l4_protocol; 7168 __be16 sport; 7169 __be16 dport; 7171 union { /* used for MTU check */ 7200 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7204 union { 7209 union { 7222 union {
|
/linux-6.12.1/net/core/ |
D | filter.c | 6179 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6213 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|