Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c91 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in _ip6gretap_set_tunnel()
123 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in _ip6gretap_get_tunnel()
220 key.remote_ipv6[3] = bpf_htonl(0x11); in _ip4ip6erspan_set_tunnel()
361 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in _ip6vxlan_set_tunnel()
391 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in _ip6vxlan_get_tunnel()
465 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in _ip6geneve_set_tunnel()
584 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in _ipip6_set_tunnel()
611 bpf_trace_printk(fmt, sizeof(fmt), bpf_htonl(key.remote_ipv6[0]), in _ipip6_get_tunnel()
612 bpf_htonl(key.remote_ipv6[3])); in _ipip6_get_tunnel()
633 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in _ip6ip6_set_tunnel()
[all …]
H A Dtest_l4lb_noinline.c430 memcpy(tkey.remote_ipv6, dst->dstv6, 16); in process_packet()
H A Dtest_l4lb.c433 memcpy(tkey.remote_ipv6, dst->dstv6, 16); in process_packet()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtc_l2_redirect_kern.c197 tkey.remote_ipv6[0] = _htonl(0x2401db02); in _l2_to_ip6tun_ingress_redirect()
198 tkey.remote_ipv6[1] = 0; in _l2_to_ip6tun_ingress_redirect()
199 tkey.remote_ipv6[2] = 0; in _l2_to_ip6tun_ingress_redirect()
200 tkey.remote_ipv6[3] = _htonl(0x00000066); in _l2_to_ip6tun_ingress_redirect()
/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.h2483 __u32 remote_ipv6[4]; member
2501 __u32 remote_ipv6[4]; /* Stored in network byte order */ member
/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.h2483 __u32 remote_ipv6[4]; member
2501 __u32 remote_ipv6[4]; /* Stored in network byte order */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4126 __u32 remote_ipv6[4]; member
4144 __u32 remote_ipv6[4]; /* Stored in network byte order */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4126 __u32 remote_ipv6[4]; member
4144 __u32 remote_ipv6[4]; /* Stored in network byte order */ member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4211 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4()
4231 memcpy(to->remote_ipv6, &info->key.u.ipv6.src, in BPF_CALL_4()
4232 sizeof(to->remote_ipv6)); in BPF_CALL_4()
4236 memset(&to->remote_ipv6[1], 0, sizeof(__u32) * 3); in BPF_CALL_4()
4309 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4()
4347 memcpy(&info->key.u.ipv6.dst, from->remote_ipv6, in BPF_CALL_4()
4348 sizeof(from->remote_ipv6)); in BPF_CALL_4()
5225 memcpy(to->remote_ipv6, x->props.saddr.a6, in BPF_CALL_5()
5226 sizeof(to->remote_ipv6)); in BPF_CALL_5()
5229 memset(&to->remote_ipv6[1], 0, sizeof(__u32) * 3); in BPF_CALL_5()