Home
last modified time | relevance | path

Searched defs:ip6_tnl_parm (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/include/linux/
Dip6_tunnel.h20 struct ip6_tnl_parm { struct
21 char name[IFNAMSIZ]; /* name of tunnel device */
22 int link; /* ifindex of underlying L2 interface */
23 __u8 proto; /* tunnel protocol */
24 __u8 encap_limit; /* encapsulation limit for tunnel */
25 __u8 hop_limit; /* hop limit for tunnel */
26 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
27 __u32 flags; /* tunnel flags */
28 struct in6_addr laddr; /* local tunnel end-point address */
29 struct in6_addr raddr; /* remote tunnel end-point address */