Lines Matching refs:v4_m_spec
3181 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local
3186 v4_m_spec = &fs->m_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()
3188 if (v4_m_spec->ip4src) { in ethtool_rx_flow_rule_create()
3190 match->mask.ipv4.src = v4_m_spec->ip4src; in ethtool_rx_flow_rule_create()
3192 if (v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()
3194 match->mask.ipv4.dst = v4_m_spec->ip4dst; in ethtool_rx_flow_rule_create()
3196 if (v4_m_spec->ip4src || in ethtool_rx_flow_rule_create()
3197 v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()
3203 if (v4_m_spec->psrc) { in ethtool_rx_flow_rule_create()
3205 match->mask.tp.src = v4_m_spec->psrc; in ethtool_rx_flow_rule_create()
3207 if (v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()
3209 match->mask.tp.dst = v4_m_spec->pdst; in ethtool_rx_flow_rule_create()
3211 if (v4_m_spec->psrc || in ethtool_rx_flow_rule_create()
3212 v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()
3218 if (v4_m_spec->tos) { in ethtool_rx_flow_rule_create()
3220 match->mask.ip.tos = v4_m_spec->tos; in ethtool_rx_flow_rule_create()