Home
last modified time | relevance | path

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

/external/ethtool/
Drxclass.c66 etype = ntohs(fsp->h_ext.vlan_etype); in rxclass_print_nfc_spec_ext()
68 tci = ntohs(fsp->h_ext.vlan_tci); in rxclass_print_nfc_spec_ext()
70 data = (u64)ntohl(fsp->h_ext.data[0]) << 32; in rxclass_print_nfc_spec_ext()
71 data |= (u64)ntohl(fsp->h_ext.data[1]); in rxclass_print_nfc_spec_ext()
85 dmac = fsp->h_ext.h_dest; in rxclass_print_nfc_spec_ext()
683 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_etype),
686 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_tci),
689 offsetof(struct ethtool_rx_flow_spec, h_ext.data),
692 offsetof(struct ethtool_rx_flow_spec, h_ext.h_dest),
718 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_etype),
[all …]
Dethtool-copy.h906 struct ethtool_flow_ext h_ext; member
Dethtool.c4388 ntohs(fsp->h_ext.vlan_tci); in flow_spec_to_ntuple()
4400 ntohl(fsp->h_ext.vlan_etype); in flow_spec_to_ntuple()
4405 (u64)ntohl(fsp->h_ext.data[0]) << 32; in flow_spec_to_ntuple()
4407 (u64)ntohl(fsp->h_ext.data[1]); in flow_spec_to_ntuple()
/external/kernel-headers/original/uapi/linux/
Dethtool.h999 struct ethtool_flow_ext h_ext; member
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi26775 …<var-decl name="h_ext" type-id="abeda0b3" visibility="default" filepath="include/uapi/linux/ethtoo…
Dtest-PR27569-v0.abi26747 …<var-decl name="h_ext" type-id="abeda0b3" visibility="default" filepath="include/uapi/linux/ethtoo…