Searched defs:bpf_fib_lookup (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 6970 struct bpf_fib_lookup { struct 6974 __u8 family; 6977 __u8 l4_protocol; 6978 __be16 sport; 6979 __be16 dport; 6981 union { /* used for MTU check */ 7007 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7011 union { 7016 union { 7029 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 6970 struct bpf_fib_lookup { struct 6974 __u8 family; 6977 __u8 l4_protocol; 6978 __be16 sport; 6979 __be16 dport; 6981 union { /* used for MTU check */ 7007 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument 7011 union { 7016 union { 7029 __u8 smac[6]; /* ETH_ALEN */ [all …]
|
/Linux-v6.6/net/core/ |
D | filter.c | 6016 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4() 6050 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
|