Searched refs:v6_m_spec (Results 1 – 1 of 1) sorted by relevance
3567 v6_m_spec = &fs->m_u.tcp_ip6_spec; in ethtool_rx_flow_rule_create()3571 memcpy(&match->mask.ipv6.src, v6_m_spec->ip6src, in ethtool_rx_flow_rule_create()3577 memcpy(&match->mask.ipv6.dst, v6_m_spec->ip6dst, in ethtool_rx_flow_rule_create()3587 if (v6_m_spec->psrc) { in ethtool_rx_flow_rule_create()3589 match->mask.tp.src = v6_m_spec->psrc; in ethtool_rx_flow_rule_create()3591 if (v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()3593 match->mask.tp.dst = v6_m_spec->pdst; in ethtool_rx_flow_rule_create()3595 if (v6_m_spec->psrc || in ethtool_rx_flow_rule_create()3596 v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()3602 if (v6_m_spec->tclass) { in ethtool_rx_flow_rule_create()[all …]