Lines Matching full:tunnel
22 char name[IFNAMSIZ]; /* name of tunnel device */
24 __u8 proto; /* tunnel protocol */
25 __u8 encap_limit; /* encapsulation limit for tunnel */
26 __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 */
45 /* IPv6 tunnel */
47 struct ip6_tnl __rcu *next; /* next tunnel in list */
48 struct net_device *dev; /* virtual device associated with tunnel */
51 struct __ip6_tnl_parm parms; /* tunnel configuration parameters */
130 /* Tunnel encapsulation limit destination sub-option */
135 __u8 encap_limit; /* tunnel encapsulation limit */
140 int ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb,