Searched refs:vlan_etype (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() 67 etypem = ntohs(~fsp->m_ext.vlan_etype); in rxclass_print_nfc_spec_ext() 683 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_etype), 684 offsetof(struct ethtool_rx_flow_spec, m_ext.vlan_etype) }, 718 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_etype), 719 offsetof(struct ethtool_rx_flow_spec, m_ext.vlan_etype) }, 765 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_etype), 766 offsetof(struct ethtool_rx_flow_spec, m_ext.vlan_etype) }, 803 offsetof(struct ethtool_rx_flow_spec, h_ext.vlan_etype), 804 offsetof(struct ethtool_rx_flow_spec, m_ext.vlan_etype) }, [all …]
|
D | ethtool-copy.h | 881 __be16 vlan_etype; member
|
D | ethtool.c | 4356 fsp->m_ext.vlan_etype) in flow_spec_to_ntuple() 4391 if (fsp->m_ext.vlan_etype) { in flow_spec_to_ntuple() 4400 ntohl(fsp->h_ext.vlan_etype); in flow_spec_to_ntuple() 4402 ~(u64)ntohl(fsp->m_ext.vlan_etype); in flow_spec_to_ntuple()
|
/external/kernel-headers/original/uapi/linux/ |
D | ethtool.h | 974 __be16 vlan_etype; member
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 26952 …<var-decl name="vlan_etype" type-id="84a5c3d4" visibility="default" filepath="include/uapi/linux/e…
|
D | test-PR27569-v0.abi | 26924 …<var-decl name="vlan_etype" type-id="84a5c3d4" visibility="default" filepath="include/uapi/linux/e…
|