Searched defs:ip6_tnl_parm (Results 1 – 2 of 2) sorted by relevance
22 struct ip6_tnl_parm { struct23 char name[IFNAMSIZ]; /* name of tunnel device */24 int link; /* ifindex of underlying L2 interface */25 __u8 proto; /* tunnel protocol */26 __u8 encap_limit; /* encapsulation limit for tunnel */27 __u8 hop_limit; /* hop limit for tunnel */28 __be32 flowinfo; /* traffic class and flowlabel for tunnel */29 __u32 flags; /* tunnel flags */30 struct in6_addr laddr; /* local tunnel end-point address */31 struct in6_addr raddr; /* remote tunnel end-point address */
22 struct ip6_tnl_parm { struct34 struct ip6_tnl_parm2 { argument