Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 4864 struct bpf_fib_lookup { struct 4868 __u8 family; 4871 __u8 l4_protocol; 4872 __be16 sport; 4873 __be16 dport; 4897 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 4901 union { 4907 __be16 h_vlan_proto; 4908 __be16 h_vlan_TCI; 4909 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/linux-5.10/include/uapi/linux/ |
D | bpf.h | 4864 struct bpf_fib_lookup { struct 4868 __u8 family; 4871 __u8 l4_protocol; 4872 __be16 sport; 4873 __be16 dport; 4897 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 4901 union { 4907 __be16 h_vlan_proto; 4908 __be16 h_vlan_TCI; 4909 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/linux-5.10/net/core/ |
D | filter.c | 5514 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 5548 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|