Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dip6_tunnel.h22 struct ip6_tnl_parm { struct
23 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 */
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h22 struct ip6_tnl_parm { struct
34 struct ip6_tnl_parm2 { argument