Home
last modified time | relevance | path

Searched refs:v4_m_spec (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/net/ethtool/
Dioctl.c3142 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create() local
3147 v4_m_spec = &fs->m_u.tcp_ip4_spec; in ethtool_rx_flow_rule_create()
3149 if (v4_m_spec->ip4src) { in ethtool_rx_flow_rule_create()
3151 match->mask.ipv4.src = v4_m_spec->ip4src; in ethtool_rx_flow_rule_create()
3153 if (v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()
3155 match->mask.ipv4.dst = v4_m_spec->ip4dst; in ethtool_rx_flow_rule_create()
3157 if (v4_m_spec->ip4src || in ethtool_rx_flow_rule_create()
3158 v4_m_spec->ip4dst) { in ethtool_rx_flow_rule_create()
3164 if (v4_m_spec->psrc) { in ethtool_rx_flow_rule_create()
3166 match->mask.tp.src = v4_m_spec->psrc; in ethtool_rx_flow_rule_create()
[all …]