v4_spec          2920 net/core/ethtool.c 		const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec;
v4_spec          2924 net/core/ethtool.c 		v4_spec = &fs->h_u.tcp_ip4_spec;
v4_spec          2928 net/core/ethtool.c 			match->key.ipv4.src = v4_spec->ip4src;
v4_spec          2932 net/core/ethtool.c 			match->key.ipv4.dst = v4_spec->ip4dst;
v4_spec          2943 net/core/ethtool.c 			match->key.tp.src = v4_spec->psrc;
v4_spec          2947 net/core/ethtool.c 			match->key.tp.dst = v4_spec->pdst;
v4_spec          2958 net/core/ethtool.c 			match->key.ip.tos = v4_spec->tos;