Searched refs:v4_spec (Results 1 – 1 of 1) sorted by relevance
2920 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local2924 v4_spec = &fs->h_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()2928 match->key.ipv4.src = v4_spec->ip4src; in ethtool_rx_flow_rule_create()2932 match->key.ipv4.dst = v4_spec->ip4dst; in ethtool_rx_flow_rule_create()2943 match->key.tp.src = v4_spec->psrc; in ethtool_rx_flow_rule_create()2947 match->key.tp.dst = v4_spec->pdst; in ethtool_rx_flow_rule_create()2958 match->key.ip.tos = v4_spec->tos; in ethtool_rx_flow_rule_create()