Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/include/uapi/linux/ |
D | bpf.h | 6693 struct bpf_fib_lookup { struct 6697 __u8 family; 6700 __u8 l4_protocol; 6701 __be16 sport; 6702 __be16 dport; 6704 union { /* used for MTU check */ 6730 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 6734 union { 6740 __be16 h_vlan_proto; 6741 __be16 h_vlan_TCI; [all …]
|
/linux-6.1.9/include/uapi/linux/ |
D | bpf.h | 6693 struct bpf_fib_lookup { struct 6697 __u8 family; 6700 __u8 l4_protocol; 6701 __be16 sport; 6702 __be16 dport; 6704 union { /* used for MTU check */ 6730 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 6734 union { 6740 __be16 h_vlan_proto; 6741 __be16 h_vlan_TCI; [all …]
|
/linux-6.1.9/net/core/ |
D | filter.c | 5933 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 5967 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|