Searched defs:__ip6_tnl_parm (Results 1 – 1 of 1) sorted by relevance
18 struct __ip6_tnl_parm { struct19 char name[IFNAMSIZ]; /* name of tunnel device */20 int link; /* ifindex of underlying L2 interface */21 __u8 proto; /* tunnel protocol */22 __u8 encap_limit; /* encapsulation limit for tunnel */46 struct __ip6_tnl_parm parms; /* tunnel configuration parameters */ argument