v6_spec          2969 net/core/ethtool.c 		const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec;
v6_spec          2973 net/core/ethtool.c 		v6_spec = &fs->h_u.tcp_ip6_spec;
v6_spec          2976 net/core/ethtool.c 			memcpy(&match->key.ipv6.src, v6_spec->ip6src,
v6_spec          2982 net/core/ethtool.c 			memcpy(&match->key.ipv6.dst, v6_spec->ip6dst,
v6_spec          2995 net/core/ethtool.c 			match->key.tp.src = v6_spec->psrc;
v6_spec          2999 net/core/ethtool.c 			match->key.tp.dst = v6_spec->pdst;
v6_spec          3010 net/core/ethtool.c 			match->key.ip.tos = v6_spec->tclass;