v4_m_spec 2920 net/core/ethtool.c const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; v4_m_spec 2925 net/core/ethtool.c v4_m_spec = &fs->m_u.tcp_ip4_spec; v4_m_spec 2927 net/core/ethtool.c if (v4_m_spec->ip4src) { v4_m_spec 2929 net/core/ethtool.c match->mask.ipv4.src = v4_m_spec->ip4src; v4_m_spec 2931 net/core/ethtool.c if (v4_m_spec->ip4dst) { v4_m_spec 2933 net/core/ethtool.c match->mask.ipv4.dst = v4_m_spec->ip4dst; v4_m_spec 2935 net/core/ethtool.c if (v4_m_spec->ip4src || v4_m_spec 2936 net/core/ethtool.c v4_m_spec->ip4dst) { v4_m_spec 2942 net/core/ethtool.c if (v4_m_spec->psrc) { v4_m_spec 2944 net/core/ethtool.c match->mask.tp.src = v4_m_spec->psrc; v4_m_spec 2946 net/core/ethtool.c if (v4_m_spec->pdst) { v4_m_spec 2948 net/core/ethtool.c match->mask.tp.dst = v4_m_spec->pdst; v4_m_spec 2950 net/core/ethtool.c if (v4_m_spec->psrc || v4_m_spec 2951 net/core/ethtool.c v4_m_spec->pdst) { v4_m_spec 2957 net/core/ethtool.c if (v4_m_spec->tos) { v4_m_spec 2959 net/core/ethtool.c match->mask.ip.tos = v4_m_spec->tos;