Searched refs:v6_m_spec (Results 1 – 1 of 1) sorted by relevance
3250 v6_m_spec = &fs->m_u.tcp_ip6_spec; in ethtool_rx_flow_rule_create()3254 memcpy(&match->mask.ipv6.src, v6_m_spec->ip6src, in ethtool_rx_flow_rule_create()3260 memcpy(&match->mask.ipv6.dst, v6_m_spec->ip6dst, in ethtool_rx_flow_rule_create()3270 if (v6_m_spec->psrc) { in ethtool_rx_flow_rule_create()3272 match->mask.tp.src = v6_m_spec->psrc; in ethtool_rx_flow_rule_create()3274 if (v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()3276 match->mask.tp.dst = v6_m_spec->pdst; in ethtool_rx_flow_rule_create()3278 if (v6_m_spec->psrc || in ethtool_rx_flow_rule_create()3279 v6_m_spec->pdst) { in ethtool_rx_flow_rule_create()3285 if (v6_m_spec->tclass) { in ethtool_rx_flow_rule_create()[all …]