Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A 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 …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A 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 …]