Searched refs:ethertype (Results 1 – 6 of 6) sorted by relevance
93 u16 ethertype; in _mlx5_fs_is_outer_ipv_flow() local97 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()
446 u8 ethertype[0x10]; member
49 __be16 ethertype; /* ether type field */ member
106 __be16 ethertype; /* packet type ID field */ member
145 __be16 ethertype; /* packet type ID field */ member
300 static inline bool eth_type_vlan(__be16 ethertype) in eth_type_vlan() argument302 switch (ethertype) { in eth_type_vlan()