Searched defs:ip_tunnel_net (Results 1 – 1 of 1) sorted by relevance
166 struct ip_tunnel_net { struct167 struct net_device *fb_tunnel_dev;168 struct rtnl_link_ops *rtnl_link_ops;169 struct hlist_head tunnels[IP_TNL_HASH_SIZE];170 struct ip_tunnel __rcu *collect_md_tun;171 int type;
Completed in 3 milliseconds