Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 7001 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 D | bpf.h | 7004 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 D | filter.c | 6144 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()
|