Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
H A Dioctl.c3157 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create() local
3161 match->key.vlan.vlan_tpid = ext_h_spec->vlan_etype; in ethtool_rx_flow_rule_create()
3167 ntohs(ext_h_spec->vlan_tci) & 0x0fff; in ethtool_rx_flow_rule_create()
3172 !!(ext_h_spec->vlan_tci & htons(0x1000)); in ethtool_rx_flow_rule_create()
3177 (ntohs(ext_h_spec->vlan_tci) & 0xe000) >> 13; in ethtool_rx_flow_rule_create()
3191 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create() local
3194 memcpy(match->key.eth_addrs.dst, ext_h_spec->h_dest, in ethtool_rx_flow_rule_create()
/kernel/linux/linux-6.6/net/ethtool/
H A Dioctl.c3315 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create() local
3319 match->key.vlan.vlan_tpid = ext_h_spec->vlan_etype; in ethtool_rx_flow_rule_create()
3325 ntohs(ext_h_spec->vlan_tci) & 0x0fff; in ethtool_rx_flow_rule_create()
3330 !!(ext_h_spec->vlan_tci & htons(0x1000)); in ethtool_rx_flow_rule_create()
3335 (ntohs(ext_h_spec->vlan_tci) & 0xe000) >> 13; in ethtool_rx_flow_rule_create()
3349 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; in ethtool_rx_flow_rule_create() local
3352 memcpy(match->key.eth_addrs.dst, ext_h_spec->h_dest, in ethtool_rx_flow_rule_create()

Completed in 9 milliseconds