Home
last modified time | relevance | path

Searched refs:dst_ip6 (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/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()
72 "dst_ip4:%x(%s) dst_ip6:%x:%x:%x:%x(%s) dst_port:%u\n", 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, ntoh in print_sk()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c62 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()
71 "dst_ip4:%x(%s) dst_ip6:%x:%x:%x:%x(%s) dst_port:%u\n", 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, ntoh in print_sk()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
H A Dverifier_sock.c368 __description("sk_fullsock(skb->sk): sk->dst_ip6 [load 2nd byte]")
386 __imm_const(__imm_0, offsetof(struct bpf_sock, dst_ip6[0]) + 1), in dst_ip6_load_2nd_byte()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.h91 struct in6_addr dst_ip6; member
95 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32
96 #define dst_ipv6_addr ip.v6.dst_ip6.s6_addr
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_conntrack.h46 struct in6_addr src_ip6, dst_ip6; member
H A Dtc.h99 struct in6_addr src_ip6, dst_ip6; member
151 struct in6_addr src_ip6, dst_ip6; member
H A Dtc_encap_actions.h23 * @dst_ip6: the IPv6 destination address resolved by this neigh
37 * @linkage: entry in efx->neigh_ht (keys are @net, @dst_ip, @dst_ip6).
44 * Whichever of @dst_ip and @dst_ip6 is not in use will be all-zeroes,
50 struct in6_addr dst_ip6; member
H A Dmae.c693 CHECK(DST_IP6, dst_ip6) || in efx_mae_match_check_caps()
790 CHECK(ENC_DST_IP6, dst_ip6) || in efx_mae_match_check_caps_lhs()
1512 &encap->dst_ip6, sizeof(encap->dst_ip6)); in efx_mae_register_encap_match()
1514 0xff, sizeof(encap->dst_ip6)); in efx_mae_register_encap_match()
1647 &match->value.dst_ip6, sizeof(struct in6_addr));
1649 &match->mask.dst_ip6, sizeof(struct in6_addr));
1899 rc = TABLE_POPULATE_KEY(key, ct, dst_ip, conn->dst_ip6); in efx_mae_populate_ct_key()
2132 &match->value.dst_ip6, sizeof(struct in6_addr));
2134 &match->mask.dst_ip6, sizeo
[all...]
H A Dtc_encap_actions.c126 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 Dtc_counters.c116 &encap->neigh->dst_ip6, in efx_tc_counter_work()
H A Dtc_conntrack.c215 conn->dst_ip6 = fm.key->dst; in efx_tc_ct_parse_match()
H A Dtc.c381 MAP_KEY_AND_MASK(IPV6_ADDRS, ipv6_addrs, dst, dst_ip6); in efx_tc_flower_parse_match()
587 encap->dst_ip6 = match->value.enc_dst_ip6; in efx_tc_flower_record_encap_match()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e.h225 __be32 dst_ip6[4]; member
286 struct in6_addr dst_ip6; member
290 #define dst_ipv6 ip.v6.dst_ip6.s6_addr32
H A Di40e_virtchnl_pf.c3825 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3826 sizeof(cfilter.ip.v6.dst_ip6)); in i40e_vc_del_cloud_filter()
3874 if (memcmp(&cfilter.ip.v6.dst_ip6, &cf->ip.v6.dst_ip6, in i40e_vc_del_cloud_filter()
3961 memcpy(&cfilter->ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_add_cloud_filter()
3962 sizeof(cfilter->ip.v6.dst_ip6)); in i40e_vc_add_cloud_filter()
/kernel/linux/linux-5.10/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.c3647 memcpy(&cfilter.ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_del_cloud_filter()
3648 sizeof(cfilter.ip.v6.dst_ip6)); in i40e_vc_del_cloud_filter()
3696 if (memcmp(&cfilter.ip.v6.dst_ip6, &cf->ip.v6.dst_ip6, in i40e_vc_del_cloud_filter()
3781 memcpy(&cfilter->ip.v6.dst_ip6, tcf.dst_ip, in i40e_vc_add_cloud_filter()
3782 sizeof(cfilter->ip.v6.dst_ip6)); in i40e_vc_add_cloud_filter()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dbpf.h4213 __u32 dst_ip6[4]; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbpf.h4213 __u32 dst_ip6[4]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dbpf.h635 __u32 dst_ip6[4]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dbpf.h635 __u32 dst_ip6[4]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h6200 __u32 dst_ip6[4]; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h6200 __u32 dst_ip6[4]; member
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c7861 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_is_valid_access()
8889 case bpf_ctx_range_till(struct bpf_sock, dst_ip6[0], dst_ip6[3]): in bpf_sock_convert_ctx_access()
8892 off -= offsetof(struct bpf_sock, dst_ip6[0]); in bpf_sock_convert_ctx_access()

Completed in 121 milliseconds

12