Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/tools/include/uapi/linux/ |
D | bpf.h | 7025 struct bpf_fib_lookup { struct 7029 __u8 family; 7032 __u8 l4_protocol; 7033 __be16 sport; 7034 __be16 dport; 7036 union { /* used for MTU check */ 7065 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7069 union { 7074 union { 7087 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/linux-6.8/include/uapi/linux/ |
D | bpf.h | 7026 struct bpf_fib_lookup { struct 7030 __u8 family; 7033 __u8 l4_protocol; 7034 __be16 sport; 7035 __be16 dport; 7037 union { /* used for MTU check */ 7066 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7070 union { 7075 union { 7088 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/linux-6.8/net/core/ |
D | filter.c | 6111 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6145 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|