Searched refs:h_ext (Results 1 – 6 of 6) sorted by relevance
/external/ethtool/ |
D | rxclass.c | 66 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 …]
|
D | ethtool-copy.h | 906 struct ethtool_flow_ext h_ext; member
|
D | ethtool.c | 4388 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/ |
D | ethtool.h | 999 struct ethtool_flow_ext h_ext; member
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 26775 …<var-decl name="h_ext" type-id="abeda0b3" visibility="default" filepath="include/uapi/linux/ethtoo…
|
D | test-PR27569-v0.abi | 26747 …<var-decl name="h_ext" type-id="abeda0b3" visibility="default" filepath="include/uapi/linux/ethtoo…
|