Home
last modified time | relevance | path

Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbpf.h6755 struct bpf_fib_lookup { struct
6759 __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 argument
6796 union {
6802 __be16 h_vlan_proto;
6803 __be16 h_vlan_TCI;
[all …]
/third_party/libbpf/src/
Dbpf_helper_defs.h1846 static long (*bpf_fib_lookup)(void *ctx, struct bpf_fib_lookup *params, int plen, __u32 flags) = (v… variable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h77691 struct bpf_fib_lookup { struct
77692 __u8 family;
77693 __u8 l4_protocol;
77694 __be16 sport;
77695 __be16 dport;
77696 union {
77700 __u32 ifindex;
77701 union {
77706 union {
77710 union {
[all …]