Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dioctl.c3303 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create() local
3307 match->key.vlan.vlan_tpid = ext_h_spec->vlan_etype; in ethtool_rx_flow_rule_create()
3313 ntohs(ext_h_spec->vlan_tci) & 0x0fff; in ethtool_rx_flow_rule_create()
3318 !!(ext_h_spec->vlan_tci & htons(0x1000)); in ethtool_rx_flow_rule_create()
3323 (ntohs(ext_h_spec->vlan_tci) & 0xe000) >> 13; in ethtool_rx_flow_rule_create()
3337 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create() local
3340 memcpy(match->key.eth_addrs.dst, ext_h_spec->h_dest, in ethtool_rx_flow_rule_create()

Completed in 8 milliseconds