Home
last modified time | relevance | path

Searched refs:bpf_tunnel_key (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c60 struct bpf_tunnel_key key; in gre_set_tunnel()
82 struct bpf_tunnel_key key; in gre_set_tunnel_no_key()
103 struct bpf_tunnel_key key; in gre_get_tunnel()
118 struct bpf_tunnel_key key; in ip6gretap_set_tunnel()
142 struct bpf_tunnel_key key; in ip6gretap_get_tunnel()
161 struct bpf_tunnel_key key; in erspan_set_tunnel()
204 struct bpf_tunnel_key key; in erspan_get_tunnel()
240 struct bpf_tunnel_key key; in ip4ip6erspan_set_tunnel()
284 struct bpf_tunnel_key key; in ip4ip6erspan_get_tunnel()
321 struct bpf_tunnel_key ke in vxlan_set_tunnel_dst()
[all...]
H A Dtest_l4lb_noinline.c327 struct bpf_tunnel_key tkey = {}; in process_packet()
H A Dtest_l4lb.c328 struct bpf_tunnel_key tkey = {}; in process_packet()
H A Dtest_l4lb_noinline_dynptr.c332 struct bpf_tunnel_key tkey = {}; in process_packet()
/linux/net/core/
H A Dfilter.c4904 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() argument
4908 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()
4921 if (unlikely(size != sizeof(struct bpf_tunnel_key))) { in BPF_CALL_4()
4924 case offsetof(struct bpf_tunnel_key, local_ipv6[0]): in BPF_CALL_4()
4925 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4926 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4()
4928 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4()
4935 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4()
4964 if (unlikely(size != sizeof(struct bpf_tunnel_key))) in BPF_CALL_4()
5020 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4() argument
[all …]
/linux/tools/include/uapi/linux/
H A Dbpf.h6484 struct bpf_tunnel_key { struct
/linux/include/uapi/linux/
H A Dbpf.h6484 struct bpf_tunnel_key { struct