Searched refs:v4_m_spec (Results 1 – 1 of 1) sorted by relevance
3071 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local3076 v4_m_spec = &fs->m_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()3078 if (v4_m_spec->ip4src) { in ethtool_rx_flow_rule_create()3080 match->mask.ipv4.src = v4_m_spec->ip4src; in ethtool_rx_flow_rule_create()3082 if (v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()3084 match->mask.ipv4.dst = v4_m_spec->ip4dst; in ethtool_rx_flow_rule_create()3086 if (v4_m_spec->ip4src || in ethtool_rx_flow_rule_create()3087 v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()3093 if (v4_m_spec->psrc) { in ethtool_rx_flow_rule_create()3095 match->mask.tp.src = v4_m_spec->psrc; in ethtool_rx_flow_rule_create()[all …]