Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
Dioctl.c3316 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create() local
3318 if (ext_m_spec->vlan_etype) { in ethtool_rx_flow_rule_create()
3320 match->mask.vlan.vlan_tpid = ext_m_spec->vlan_etype; in ethtool_rx_flow_rule_create()
3323 if (ext_m_spec->vlan_tci) { in ethtool_rx_flow_rule_create()
3327 ntohs(ext_m_spec->vlan_tci) & 0x0fff; in ethtool_rx_flow_rule_create()
3332 !!(ext_m_spec->vlan_tci & htons(0x1000)); in ethtool_rx_flow_rule_create()
3337 (ntohs(ext_m_spec->vlan_tci) & 0xe000) >> 13; in ethtool_rx_flow_rule_create()
3340 if (ext_m_spec->vlan_etype || in ethtool_rx_flow_rule_create()
3341 ext_m_spec->vlan_tci) { in ethtool_rx_flow_rule_create()
3350 const struct ethtool_flow_ext *ext_m_spec = &fs->m_ext; in ethtool_rx_flow_rule_create() local
[all …]