Searched defs:bpf_fib_lookup (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | bpf.h | 690 struct bpf_fib_lookup { struct 692 __u8 family; 694 __u8 l4_protocol; 695 __be16 sport; 696 __be16 dport; 698 __u16 tot_len; 700 __u32 ifindex; 701 union { 708 union { 713 union { [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | bpf.h | 4865 struct bpf_fib_lookup { struct 4869 __u8 family; 4872 __u8 l4_protocol; 4873 __be16 sport; 4874 __be16 dport; 4898 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 4902 union { 4908 __be16 h_vlan_proto; 4909 __be16 h_vlan_TCI; 4910 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | bpf.h | 989 struct bpf_fib_lookup { struct 990 __u8 family; 991 __u8 l4_protocol; 992 __be16 sport; 993 __be16 dport; 994 __u16 tot_len; 995 __u32 ifindex; 996 union { 1001 union { 1005 union { [all …]
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 4865 struct bpf_fib_lookup { struct 4869 __u8 family; 4872 __u8 l4_protocol; 4873 __be16 sport; 4874 __be16 dport; 4898 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 4902 union { 4908 __be16 h_vlan_proto; 4909 __be16 h_vlan_TCI; 4910 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/kernel/linux/linux-5.10/net/core/ |
D | filter.c | 5525 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 5559 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|