Searched refs:v6_m_spec (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ethtool/
H A Dioctl.c3328 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; local
3333 v6_m_spec = &fs->m_u.tcp_ip6_spec;
3334 if (!ipv6_addr_any((struct in6_addr *)v6_m_spec->ip6src)) {
3337 memcpy(&match->mask.ipv6.src, v6_m_spec->ip6src,
3340 if (!ipv6_addr_any((struct in6_addr *)v6_m_spec->ip6dst)) {
3343 memcpy(&match->mask.ipv6.dst, v6_m_spec->ip6dst,
3346 if (!ipv6_addr_any((struct in6_addr *)v6_m_spec->ip6src) ||
3347 !ipv6_addr_any((struct in6_addr *)v6_m_spec->ip6dst)) {
3353 if (v6_m_spec->psrc) {
3355 match->mask.tp.src = v6_m_spec
[all...]

Completed in 125 milliseconds