Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c104 DECLARE_MASK_VAL(struct in6_addr, src_ipv6); in print_lyr_2_4_hdrs()
107 memcpy(src_ipv6.m.in6_u.u6_addr8, in print_lyr_2_4_hdrs()
110 sizeof(src_ipv6.m)); in print_lyr_2_4_hdrs()
115 memcpy(src_ipv6.v.in6_u.u6_addr8, in print_lyr_2_4_hdrs()
118 sizeof(src_ipv6.v)); in print_lyr_2_4_hdrs()
124 if (!memcmp(&src_ipv6.m, &full_ones, sizeof(full_ones))) in print_lyr_2_4_hdrs()
126 &src_ipv6.v); in print_lyr_2_4_hdrs()
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c45 struct in6_addr src_ipv6; member
398 struct in6_addr *src = &tpos->tuple.src_ipv6; in qede_compare_ip_addr()
528 memcpy(&n->tuple.src_ipv6, &ipv6_hdr(skb)->saddr, in qede_rx_flow_steer()
1442 &fltr->tuple.src_ipv6, sizeof(struct in6_addr)); in qede_get_cls_rule_entry()
1547 if (memcmp(&a->src_ipv6, &b->src_ipv6, sizeof(struct in6_addr))) in qede_flow_spec_ipv6_cmp()
1564 memcpy(&ip6->saddr, &t->src_ipv6, sizeof(struct in6_addr)); in qede_flow_build_ipv6_hdr()
1642 memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr)) && in qede_set_v6_tuple_to_profile()
1646 !memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr)) && in qede_set_v6_tuple_to_profile()
1651 memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr))) { in qede_set_v6_tuple_to_profile()
1655 !memcmp(&t->src_ipv6, zaddr, sizeof(struct in6_addr))) { in qede_set_v6_tuple_to_profile()
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c44 struct in6_addr src_ipv6; member
520 &tuple->src_ipv6, in arfs_add_rule()
622 memcpy(&tuple->src_ipv6, &fk->addrs.v6addrs.src, in arfs_alloc_rule()
649 return !memcmp(&tuple->src_ipv6, &fk->addrs.v6addrs.src, in arfs_cmp()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e.h288 #define src_ipv6 ip.v6.src_ip6.s6_addr32 macro
Di40e_main.c7894 memcpy(&filter->src_ipv6, &match.key->src.s6_addr32, in i40e_parse_cls_flower()
7895 sizeof(filter->src_ipv6)); in i40e_parse_cls_flower()