| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 62 char src_ip6[64], dst_ip6[64]; in print_sk() local 67 inet_ntop(AF_INET6, &sk->dst_ip6, dst_ip6, sizeof(dst_ip6)); in print_sk() 79 sk->dst_ip6[0], sk->dst_ip6[1], sk->dst_ip6[2], sk->dst_ip6[3], in print_sk() 80 dst_ip6, ntohs(sk->dst_port)); in print_sk() 142 listen_sk.dst_ip6[0] || listen_sk.dst_ip6[1] || in check_result() 143 listen_sk.dst_ip6[2] || listen_sk.dst_ip6[3] || in check_result() 156 memcmp(srv_sk.dst_ip6, &in6addr_loopback, in check_result() 157 sizeof(srv_sk.dst_ip6)) || in check_result() 171 memcmp(cli_sk.dst_ip6, &in6addr_loopback, in check_result() 172 sizeof(cli_sk.dst_ip6)) || in check_result()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sock_fields.c | 80 dst->dst_ip6[0] = src->dst_ip6[0]; in skcpy() 81 dst->dst_ip6[1] = src->dst_ip6[1]; in skcpy() 82 dst->dst_ip6[2] = src->dst_ip6[2]; in skcpy() 83 dst->dst_ip6[3] = src->dst_ip6[3]; in skcpy()
|
| H A D | verifier_sock.c | 371 __description("sk_fullsock(skb->sk): sk->dst_ip6 [load 2nd byte]") in dst_port_half_load_invalid_2() 389 __imm_const(__imm_0, offsetof(struct bpf_sock, dst_ip6[0]) + 1), in dst_ip6_load_2nd_byte()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.h | 46 struct in6_addr src_ip6, dst_ip6; member
|
| H A D | tc.h | 101 struct in6_addr src_ip6, dst_ip6; member 157 struct in6_addr src_ip6, dst_ip6; member
|
| H A D | tc_encap_actions.h | 50 struct in6_addr dst_ip6; member
|
| H A D | mae.c | 682 CHECK(DST_IP6, dst_ip6) || in efx_mae_match_check_caps() 779 CHECK(ENC_DST_IP6, dst_ip6) || in efx_mae_match_check_caps_lhs() 1506 &encap->dst_ip6, sizeof(encap->dst_ip6)); in efx_mae_register_encap_match() 1508 0xff, sizeof(encap->dst_ip6)); in efx_mae_register_encap_match() 1641 &match->value.dst_ip6, sizeof(struct in6_addr)); in efx_mae_populate_lhs_match_criteria() 1643 &match->mask.dst_ip6, sizeof(struct in6_addr)); in efx_mae_populate_lhs_match_criteria() 1948 rc = TABLE_POPULATE_KEY(key, ct, dst_ip, conn->dst_ip6); in efx_mae_populate_ct_key() 2181 &match->value.dst_ip6, sizeof(struct in6_addr)); in efx_mae_populate_match_criteria() 2183 &match->mask.dst_ip6, sizeof(struct in6_addr)); in efx_mae_populate_match_criteria()
|
| H A D | tc.c | 380 MAP_KEY_AND_MASK(IPV6_ADDRS, ipv6_addrs, dst, dst_ip6); in efx_tc_flower_parse_match() 583 encap->dst_ip6 = match->value.enc_dst_ip6; in efx_tc_flower_record_encap_match() 920 if (!ipv6_addr_any(&match->mask.dst_ip6)) in efx_tc_flower_translate_flhs_match() 922 match->mask.dst_ip6 = match->mask.enc_dst_ip6; in efx_tc_flower_translate_flhs_match() 958 !ipv6_addr_any(&match->mask.dst_ip6) || in efx_tc_flower_flhs_needs_ar()
|
| H A D | tc_counters.c | 116 &encap->neigh->dst_ip6, in efx_tc_counter_work()
|
| H A D | tc_conntrack.c | 215 conn->dst_ip6 = fm.key->dst; in efx_tc_ct_parse_match()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e.h | 253 __be32 dst_ip6[4]; member 314 struct in6_addr dst_ip6; member 318 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32
|
| H A D | i40e_virtchnl_pf.c | 3844 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_del_cloud_filter() 3845 sizeof(cfilter.ip.v6.dst_ip6)); in i40e_vc_del_cloud_filter() 3893 if (memcmp(&cfilter.ip.v6.dst_ip6, &cf->ip.v6.dst_ip6, in i40e_vc_del_cloud_filter() 3990 memcpy(&cfilter->ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_add_cloud_filter() 3991 sizeof(cfilter->ip.v6.dst_ip6)); in i40e_vc_add_cloud_filter()
|
| H A D | i40e_ethtool.c | 3395 memcpy(fsp->h_u.tcp_ip6_spec.ip6src, rule->dst_ip6, in i40e_get_ethtool_fdir_entry() 4901 memcpy(input->dst_ip6, fsp->h_u.ah_ip6_spec.ip6src, in i40e_add_fdir_ethtool()
|
| H A D | i40e_txrx.c | 191 memcpy(&ipv6.daddr.in6_u.u6_addr32, data->dst_ip6, in i40e_create_dummy_packet()
|
| H A D | i40e_main.c | 8496 !ipv6_addr_any(&filter->ip.v6.dst_ip6)) { in i40e_add_del_cloud_filter_big_buf()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6427 __u32 dst_ip6[4]; 6422 __u32 dst_ip6[4]; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6427 __u32 dst_ip6[4]; 6422 __u32 dst_ip6[4]; global() member
|
| /linux/net/core/ |
| H A D | filter.c | 9030 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_is_valid_access() 10225 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_convert_ctx_access() 10228 off -= offsetof(struct bpf_sock, dst_ip6[0]); in bpf_sock_convert_ctx_access()
|