Searched defs:__ip6_tnl_parm (Results 1 – 1 of 1) sorted by relevance
21 struct __ip6_tnl_parm { struct22 char name[IFNAMSIZ]; /* name of tunnel device */23 int link; /* ifindex of underlying L2 interface */24 __u8 proto; /* tunnel protocol */25 __u8 encap_limit; /* encapsulation limit for tunnel */26 __u8 hop_limit; /* hop limit for tunnel */27 bool collect_md;51 struct __ip6_tnl_parm parms; /* tunnel configuration parameters */ argument