Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
6755 struct bpf_fib_lookup { struct6759 __u8 family;6762 __u8 l4_protocol;6763 __be16 sport;6764 __be16 dport;6766 union { /* used for MTU check */6792 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument6796 union {6802 __be16 h_vlan_proto;6803 __be16 h_vlan_TCI;[all …]
1846 static long (*bpf_fib_lookup)(void *ctx, struct bpf_fib_lookup *params, int plen, __u32 flags) = (v… variable
77691 struct bpf_fib_lookup { struct77692 __u8 family;77693 __u8 l4_protocol;77694 __be16 sport;77695 __be16 dport;77696 union {77700 __u32 ifindex;77701 union {77706 union {77710 union {[all …]