Lines Matching defs:ip6_tnl_parm2
39 struct ip6_tnl_parm2 { struct
40 char name[IFNAMSIZ]; /* name of tunnel device */
41 int link; /* ifindex of underlying L2 interface */
42 __u8 proto; /* tunnel protocol */
43 __u8 encap_limit; /* encapsulation limit for tunnel */
44 __u8 hop_limit; /* hop limit for tunnel */
45 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
46 __u32 flags; /* tunnel flags */
47 struct in6_addr laddr; /* local tunnel end-point address */
48 struct in6_addr raddr; /* remote tunnel end-point address */
50 __be16 i_flags;
51 __be16 o_flags;
52 __be32 i_key;
53 __be32 o_key;