Searched refs:v4_m_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
3284 v4_m_spec = &fs->m_u.tcp_ip4_spec;
3286 if (v4_m_spec->ip4src) {
3288 match->mask.ipv4.src = v4_m_spec->ip4src;
3290 if (v4_m_spec->ip4dst) {
3292 match->mask.ipv4.dst = v4_m_spec->ip4dst;
3294 if (v4_m_spec->ip4src ||
3295 v4_m_spec->ip4dst) {
3301 if (v4_m_spec->psrc) {
3303 match->mask.tp.src = v4_m_spec
[all...]

Completed in 126 milliseconds