Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7007 struct bpf_fib_lookup { struct 7011 __u8 family; 7014 __u8 l4_protocol; 7015 __be16 sport; 7016 __be16 dport; 7018 union { /* used for MTU check */ 7047 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7051 union { 7056 union { 7069 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/openbmc/linux/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 | 6161 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6195 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|