Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c63 char src_ip6[64], dst_ip6[64]; in print_sk() local
68 inet_ntop(AF_INET6, &sk->dst_ip6, dst_ip6, sizeof(dst_ip6)); in print_sk()
80 sk->dst_ip6[0], sk->dst_ip6[1], sk->dst_ip6[2], sk->dst_ip6[3], in print_sk()
81 dst_ip6, ntohs(sk->dst_port)); in print_sk()
143 listen_sk.dst_ip6[0] || listen_sk.dst_ip6[1] || in check_result()
144 listen_sk.dst_ip6[2] || listen_sk.dst_ip6[3] || in check_result()
157 memcmp(srv_sk.dst_ip6, &in6addr_loopback, in check_result()
158 sizeof(srv_sk.dst_ip6)) || in check_result()
172 memcmp(cli_sk.dst_ip6, &in6addr_loopback, in check_result()
173 sizeof(cli_sk.dst_ip6)) || in check_result()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c77 dst->dst_ip6[0] = src->dst_ip6[0]; in skcpy()
78 dst->dst_ip6[1] = src->dst_ip6[1]; in skcpy()
79 dst->dst_ip6[2] = src->dst_ip6[2]; in skcpy()
80 dst->dst_ip6[3] = src->dst_ip6[3]; in skcpy()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e.h279 struct in6_addr dst_ip6; member
283 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32
H A Di40e_virtchnl_pf.c3613 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3614 sizeof(cfilter.ip.v6.dst_ip6)); in i40e_vc_del_cloud_filter()
3662 if (memcmp(&cfilter.ip.v6.dst_ip6, &cf->ip.v6.dst_ip6, in i40e_vc_del_cloud_filter()
3747 memcpy(&cfilter->ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_add_cloud_filter()
3748 sizeof(cfilter->ip.v6.dst_ip6)); in i40e_vc_add_cloud_filter()
H A Di40e_main.c7949 !ipv6_addr_any(&filter->ip.v6.dst_ip6)) { in i40e_add_del_cloud_filter_big_buf()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dsock.c246 BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, dst_ip6[0]) + 1),
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4186 __u32 dst_ip6[4]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4186 __u32 dst_ip6[4]; member
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c7742 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_is_valid_access()
8770 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_convert_ctx_access()
8773 off -= offsetof(struct bpf_sock, dst_ip6[0]); in bpf_sock_convert_ctx_access()