Lines Matching refs:v4_m_spec
2920 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local
2925 v4_m_spec = &fs->m_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()
2927 if (v4_m_spec->ip4src) { in ethtool_rx_flow_rule_create()
2929 match->mask.ipv4.src = v4_m_spec->ip4src; in ethtool_rx_flow_rule_create()
2931 if (v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()
2933 match->mask.ipv4.dst = v4_m_spec->ip4dst; in ethtool_rx_flow_rule_create()
2935 if (v4_m_spec->ip4src || in ethtool_rx_flow_rule_create()
2936 v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()
2942 if (v4_m_spec->psrc) { in ethtool_rx_flow_rule_create()
2944 match->mask.tp.src = v4_m_spec->psrc; in ethtool_rx_flow_rule_create()
2946 if (v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()
2948 match->mask.tp.dst = v4_m_spec->pdst; in ethtool_rx_flow_rule_create()
2950 if (v4_m_spec->psrc || in ethtool_rx_flow_rule_create()
2951 v4_m_spec->pdst) { in ethtool_rx_flow_rule_create()
2957 if (v4_m_spec->tos) { in ethtool_rx_flow_rule_create()
2959 match->mask.ip.tos = v4_m_spec->tos; in ethtool_rx_flow_rule_create()