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

/linux-master/net/ethtool/
H A Dioctl.c3401 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; local
3405 match->key.vlan.vlan_tpid = ext_h_spec->vlan_etype;
3411 ntohs(ext_h_spec->vlan_tci) & 0x0fff;
3416 !!(ext_h_spec->vlan_tci & htons(0x1000));
3421 (ntohs(ext_h_spec->vlan_tci) & 0xe000) >> 13;
3435 const struct ethtool_flow_ext *ext_h_spec = &fs->h_ext; local
3438 memcpy(match->key.eth_addrs.dst, ext_h_spec->h_dest,

Completed in 115 milliseconds