Searched defs:ip6_tnl_parm2 (Results 1 – 2 of 2) sorted by relevance
34 struct ip6_tnl_parm2 { struct35 char name[IFNAMSIZ]; /* name of tunnel device */36 int link; /* ifindex of underlying L2 interface */37 __u8 proto; /* tunnel protocol */38 __u8 encap_limit; /* encapsulation limit for tunnel */39 __u8 hop_limit; /* hop limit for tunnel */40 __be32 flowinfo; /* traffic class and flowlabel for tunnel */41 __u32 flags; /* tunnel flags */42 struct in6_addr laddr; /* local tunnel end-point address */43 struct in6_addr raddr; /* remote tunnel end-point address */[all …]