Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.15/include/uapi/linux/ |
D | bpf.h | 7210 struct bpf_fib_lookup { struct 7214 __u8 family; 7217 __u8 l4_protocol; 7218 __be16 sport; 7219 __be16 dport; 7221 union { /* used for MTU check */ 7250 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7254 union { 7259 union { 7272 union {
|
/linux-6.15/tools/include/uapi/linux/ |
D | bpf.h | 7210 struct bpf_fib_lookup { struct 7214 __u8 family; 7217 __u8 l4_protocol; 7218 __be16 sport; 7219 __be16 dport; 7221 union { /* used for MTU check */ 7250 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7254 union { 7259 union { 7272 union {
|
/linux-6.15/net/core/ |
D | filter.c | 6263 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6297 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|