/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 | 393 __imm_const(__imm_0, offsetof(struct bpf_sock, dst_ip6[0]) + 1), in dst_ip6_load_2nd_byte()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.h | 95 struct in6_addr dst_ip6; member 99 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32 100 #define dst_ipv6_addr ip.v6.dst_ip6.s6_addr
|
/linux/drivers/net/ethernet/sfc/ |
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_conntrack.h | 46 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 | tc_encap_actions.c | 126 neigh->dst_ip6 = flow6.daddr; in efx_bind_neigh() 534 keysize = sizeof(keys.dst_ip6); in efx_neigh_event() 554 memcpy(&keys.dst_ip6, n->primary_key, n->tbl->key_len); in efx_neigh_event()
|
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/include/uapi/linux/ |
H A D | bpf.h | 6357 __u32 dst_ip6[4]; member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6357 __u32 dst_ip6[4]; member
|
/linux/net/core/ |
H A D | filter.c | 8840 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_is_valid_access() 10028 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_convert_ctx_access() 10031 off -= offsetof(struct bpf_sock, dst_ip6[0]); in bpf_sock_convert_ctx_access()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 190 memcpy(&ipv6.daddr.in6_u.u6_addr32, data->dst_ip6, in i40e_create_dummy_packet()
|
H A D | i40e_main.c | 8520 !ipv6_addr_any(&filter->ip.v6.dst_ip6)) { in i40e_add_del_cloud_filter_big_buf()
|