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

/linux-master/net/ethtool/
H A Dioctl.c3279 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; local
3283 v4_spec = &fs->h_u.tcp_ip4_spec;
3287 match->key.ipv4.src = v4_spec->ip4src;
3291 match->key.ipv4.dst = v4_spec->ip4dst;
3302 match->key.tp.src = v4_spec->psrc;
3306 match->key.tp.dst = v4_spec->pdst;
3317 match->key.ip.tos = v4_spec->tos;

Completed in 82 milliseconds