Home
last modified time | relevance | path

Searched refs:src_ipv6 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c106 DECLARE_MASK_VAL(struct in6_addr, src_ipv6); in print_lyr_2_4_hdrs()
109 memcpy(src_ipv6.m.in6_u.u6_addr8, in print_lyr_2_4_hdrs()
112 sizeof(src_ipv6.m)); in print_lyr_2_4_hdrs()
117 memcpy(src_ipv6.v.in6_u.u6_addr8, in print_lyr_2_4_hdrs()
120 sizeof(src_ipv6.v)); in print_lyr_2_4_hdrs()
126 if (!memcmp(&src_ipv6.m, &full_ones, sizeof(full_ones))) in print_lyr_2_4_hdrs()
128 &src_ipv6.v); in print_lyr_2_4_hdrs()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c20 struct in6_addr src_ipv6; member
376 struct in6_addr *src = &tpos->tuple.src_ipv6; in qede_compare_ip_addr()
506 memcpy(&n->tuple.src_ipv6, &ipv6_hdr(skb)->saddr, in qede_rx_flow_steer()
1357 &fltr->tuple.src_ipv6, sizeof(struct in6_addr)); in qede_get_cls_rule_entry()
1462 if (memcmp(&a->src_ipv6, &b->src_ipv6, sizeof(struct in6_addr))) in qede_flow_spec_ipv6_cmp()
1479 memcpy(&ip6->saddr, &t->src_ipv6, sizeof(struct in6_addr)); in qede_flow_build_ipv6_hdr()
1557 memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr)) && in qede_set_v6_tuple_to_profile()
1561 !memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr)) && in qede_set_v6_tuple_to_profile()
1566 memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr))) { in qede_set_v6_tuple_to_profile()
1570 !memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr))) { in qede_set_v6_tuple_to_profile()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_arfs.c75 struct in6_addr src_ipv6; member
581 &tuple->src_ipv6, in arfs_add_rule()
682 memcpy(&tuple->src_ipv6, &fk->addrs.v6addrs.src, in arfs_alloc_rule()
709 return !memcmp(&tuple->src_ipv6, &fk->addrs.v6addrs.src, in arfs_cmp()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h168 struct in6_addr src_ipv6; member
H A Dtunnel_conf.c511 payload->src_ipv6 = flowi6->saddr; in nfp_tun_write_neigh()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h319 #define src_ipv6 ip.v6.src_ip6.s6_addr32 macro