Searched refs:bpf_tunnel_key (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_tunnel_kern.c | 81 struct bpf_tunnel_key key; in gre_set_tunnel() 103 struct bpf_tunnel_key key; in gre_set_tunnel_no_key() 124 struct bpf_tunnel_key key; in gre_get_tunnel() 139 struct bpf_tunnel_key key; in ip6gretap_set_tunnel() 163 struct bpf_tunnel_key key; in ip6gretap_get_tunnel() 182 struct bpf_tunnel_key key; in erspan_set_tunnel() 225 struct bpf_tunnel_key key; in erspan_get_tunnel() 260 struct bpf_tunnel_key key; in ip4ip6erspan_set_tunnel() 304 struct bpf_tunnel_key key; in ip4ip6erspan_get_tunnel() 340 struct bpf_tunnel_key key; in vxlan_set_tunnel_dst() [all …]
|
D | test_l4lb.c | 328 struct bpf_tunnel_key tkey = {}; in process_packet()
|
D | test_l4lb_noinline.c | 327 struct bpf_tunnel_key tkey = {}; in process_packet()
|
D | test_l4lb_noinline_dynptr.c | 332 struct bpf_tunnel_key tkey = {}; in process_packet()
|
/Linux-v6.6/samples/bpf/ |
D | tc_l2_redirect_kern.c | 61 struct bpf_tunnel_key tkey = {}; in _l2_to_iptun_ingress_forward() 112 struct bpf_tunnel_key tkey = {}; in _l2_to_iptun_ingress_redirect() 153 struct bpf_tunnel_key tkey = {}; in _l2_to_ip6tun_ingress_redirect() 208 struct bpf_tunnel_key tkey = {}; in _drop_non_tun_vip()
|
/Linux-v6.6/net/core/ |
D | filter.c | 4544 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() argument 4548 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4() 4561 if (unlikely(size != sizeof(struct bpf_tunnel_key))) { in BPF_CALL_4() 4564 case offsetof(struct bpf_tunnel_key, local_ipv6[0]): in BPF_CALL_4() 4565 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4() 4566 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4() 4568 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4() 4575 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4() 4604 if (unlikely(size != sizeof(struct bpf_tunnel_key))) in BPF_CALL_4() 4660 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4() argument [all …]
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 6116 struct bpf_tunnel_key { struct
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 6116 struct bpf_tunnel_key { struct
|