Home
last modified time | relevance | path

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

/include/linux/mlx5/
Dfs_helpers.h93 u16 ethertype; in _mlx5_fs_is_outer_ipv_flow() local
97 ethertype = ETH_P_IP; in _mlx5_fs_is_outer_ipv_flow()
100 ethertype = ETH_P_IPV6; in _mlx5_fs_is_outer_ipv_flow()
107 ethertype) == 0xffff && in _mlx5_fs_is_outer_ipv_flow()
109 ethertype) == ethertype; in _mlx5_fs_is_outer_ipv_flow()
Dmlx5_ifc.h446 u8 ethertype[0x10]; member
/include/uapi/linux/
Dif_fc.h49 __be16 ethertype; /* ether type field */ member
Dif_fddi.h106 __be16 ethertype; /* packet type ID field */ member
Dif_hippi.h145 __be16 ethertype; /* packet type ID field */ member
/include/linux/
Dif_vlan.h300 static inline bool eth_type_vlan(__be16 ethertype) in eth_type_vlan() argument
302 switch (ethertype) { in eth_type_vlan()