Searched defs:mlx5e_encap_entry (Results 1 – 1 of 1) sorted by relevance
182 struct mlx5e_encap_entry { struct184 struct mlx5e_neigh_hash_entry *nhe;186 struct list_head encap_list;190 struct hlist_node encap_hlist;191 struct list_head flows;192 struct list_head route_list;193 struct mlx5_pkt_reformat *pkt_reformat;194 const struct ip_tunnel_info *tun_info;195 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */197 struct net_device *out_dev;[all …]