Searched refs:ethertype (Results 1 – 6 of 6) sorted by relevance
53 u16 ethertype; in _mlx5_fs_is_outer_ipv_flow() local57 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()
559 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
320 static inline bool eth_type_vlan(__be16 ethertype) in eth_type_vlan() argument322 switch (ethertype) { in eth_type_vlan()