Searched defs:mlx5e_encap_entry (Results 1 – 1 of 1) sorted by relevance
117 struct mlx5e_encap_entry { struct119 struct list_head encap_list;120 struct mlx5e_neigh m_neigh;124 struct hlist_node encap_hlist;125 struct list_head flows;126 u32 encap_id;127 struct ip_tunnel_info tun_info;128 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */130 struct net_device *out_dev;131 int tunnel_type;[all …]