Searched refs:remote_ipv6 (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tunnel_kern.c | 122 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in ip6gretap_set_tunnel() 153 key.tunnel_id, key.remote_ipv6[3], key.tunnel_label); in ip6gretap_get_tunnel() 245 key.remote_ipv6[3] = bpf_htonl(0x11); in ip4ip6erspan_set_tunnel() 499 key.remote_ipv6[3] = bpf_htonl(*local_ip); in ip6vxlan_set_tunnel_dst() 530 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in ip6vxlan_set_tunnel_src() 571 bpf_ntohl(key.remote_ipv6[3]), key.tunnel_label, in ip6vxlan_get_tunnel_src() 656 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in ip6geneve_set_tunnel() 878 key.remote_ipv6[3] = bpf_htonl(0x11); /* ::11 */ in ipip6_set_tunnel() 904 bpf_printk("remote ip6 %x::%x\n", bpf_htonl(key.remote_ipv6[0]), in ipip6_get_tunnel() 905 bpf_htonl(key.remote_ipv6[ in ipip6_get_tunnel() [all...] |
| H A D | test_l4lb_noinline.c | 430 memcpy(tkey.remote_ipv6, dst->dstv6, 16); in process_packet()
|
| H A D | test_l4lb.c | 431 memcpy(tkey.remote_ipv6, dst->dstv6, 16); in process_packet()
|
| H A D | test_l4lb_noinline_dynptr.c | 437 memcpy(tkey.remote_ipv6, dst->dstv6, 16); in process_packet()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6488 __u32 remote_ipv6[4]; member 6513 __u32 remote_ipv6[4]; /* Stored in network byte order */ member
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6488 __u32 remote_ipv6[4]; member 6513 __u32 remote_ipv6[4]; /* Stored in network byte order */ member
|
| /linux/net/core/ |
| H A D | filter.c | 4928 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4() 4951 memcpy(to->remote_ipv6, &info->key.u.ipv6.src, in BPF_CALL_4() 4952 sizeof(to->remote_ipv6)); in BPF_CALL_4() 4958 memset(&to->remote_ipv6[1], 0, sizeof(__u32) * 3); in BPF_CALL_4() 5035 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4() 5075 memcpy(&info->key.u.ipv6.dst, from->remote_ipv6, in BPF_CALL_4() 5076 sizeof(from->remote_ipv6)); in BPF_CALL_4() 6275 memcpy(to->remote_ipv6, x->props.saddr.a6, in BPF_CALL_5() 6276 sizeof(to->remote_ipv6)); in BPF_CALL_5() 6279 memset(&to->remote_ipv6[1], 0, sizeof(__u32) * 3); in BPF_CALL_5()
|