Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dip6_tunnel.h37 struct ip6_tnl_parm2 { struct
38 char name[IFNAMSIZ]; /* name of tunnel device */
39 int link; /* ifindex of underlying L2 interface */
40 __u8 proto; /* tunnel protocol */
41 __u8 encap_limit; /* encapsulation limit for tunnel */
42 __u8 hop_limit; /* hop limit for tunnel */
43 __be32 flowinfo; /* traffic class and flowlabel for tunnel */
44 __u32 flags; /* tunnel flags */
45 struct in6_addr laddr; /* local tunnel end-point address */
46 struct in6_addr raddr; /* remote tunnel end-point address */
[all …]
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h39 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 */
[all …]