Home
last modified time | relevance | path

Searched refs:bpf_fib_lookup (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helper_defs.h4 struct bpf_fib_lookup;
1818 * bpf_fib_lookup
1848 * doing **bpf_fib_lookup**\ ().
1867 static long (*bpf_fib_lookup)(void *ctx, struct bpf_fib_lookup *params, int plen, __u32 flags) = (void *) 69; variable
3844 * values which are L3 (similar behavior as bpf_fib_lookup).
3848 * For route level MTU checks use the **bpf_fib_lookup**\ ()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h3254 * long bpf_fib_lookup(void *ctx, struct bpf_fib_lookup *params, int plen, u32 flags)
3284 * doing **bpf_fib_lookup**\ ().
4954 * values which are L3 (similar behavior as bpf_fib_lookup).
4958 * For route level MTU checks use the **bpf_fib_lookup**\ ()
7013 struct bpf_fib_lookup { struct
7053 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in
7054 * network header. output: bpf_fib_lookup sets to gateway address

Completed in 16 milliseconds