Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c49 struct bpf_tunnel_key key; in _gre_set_tunnel()
71 struct bpf_tunnel_key key; in _gre_get_tunnel()
87 struct bpf_tunnel_key key; in _ip6gretap_set_tunnel()
112 struct bpf_tunnel_key key; in _ip6gretap_get_tunnel()
131 struct bpf_tunnel_key key; in _erspan_set_tunnel()
175 struct bpf_tunnel_key key; in _erspan_get_tunnel()
215 struct bpf_tunnel_key key; in _ip4ip6erspan_set_tunnel()
260 struct bpf_tunnel_key key; in _ip4ip6erspan_get_tunnel()
302 struct bpf_tunnel_key key; in _vxlan_set_tunnel()
332 struct bpf_tunnel_key key; in _vxlan_get_tunnel()
[all …]
H A Dtest_l4lb_noinline.c327 struct bpf_tunnel_key tkey = {}; in process_packet()
H A Dtest_l4lb.c330 struct bpf_tunnel_key tkey = {}; in process_packet()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtc_l2_redirect_kern.c61 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()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4189 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() argument
4193 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()
4205 if (unlikely(size != sizeof(struct bpf_tunnel_key))) { in BPF_CALL_4()
4208 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4209 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4()
4211 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4()
4218 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4()
4240 if (unlikely(size != sizeof(struct bpf_tunnel_key))) in BPF_CALL_4()
4296 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4() argument
4299 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2479 struct bpf_tunnel_key { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2479 struct bpf_tunnel_key { struct
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4122 struct bpf_tunnel_key { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4122 struct bpf_tunnel_key { struct