Home
last modified time | relevance | path

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

/include/linux/mlx5/
Dfs_helpers.h53 u16 ethertype; in _mlx5_fs_is_outer_ipv_flow() local
57 ethertype = ETH_P_IP; in _mlx5_fs_is_outer_ipv_flow()
60 ethertype = ETH_P_IPV6; in _mlx5_fs_is_outer_ipv_flow()
67 ethertype) == 0xffff && in _mlx5_fs_is_outer_ipv_flow()
69 ethertype) == ethertype; in _mlx5_fs_is_outer_ipv_flow()
Dmlx5_ifc.h559 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.h320 static inline bool eth_type_vlan(__be16 ethertype) in eth_type_vlan() argument
322 switch (ethertype) { in eth_type_vlan()