Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbpf.h7001 struct bpf_fib_lookup { struct
7005 __u8 family;
7008 __u8 l4_protocol;
7009 __be16 sport;
7010 __be16 dport;
7012 union { /* used for MTU check */
7041 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument
7045 union {
7050 union {
7063 __u8 smac[6]; /* ETH_ALEN */
[all …]
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7004 struct bpf_fib_lookup { struct
7008 __u8 family;
7011 __u8 l4_protocol;
7012 __be16 sport;
7013 __be16 dport;
7015 union { /* used for MTU check */
7044 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument
7048 union {
7053 union {
7066 __u8 smac[6]; /* ETH_ALEN */
[all …]
/openbmc/linux/net/core/
H A Dfilter.c6144 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
6178 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()