Searched refs:ip_tunnel (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | ipip.c | 130 static struct ip_tunnel ipip_fb_tunnel = { 135 static struct ip_tunnel *tunnels_r_l[HASH_SIZE]; 136 static struct ip_tunnel *tunnels_r[HASH_SIZE]; 137 static struct ip_tunnel *tunnels_l[HASH_SIZE]; 138 static struct ip_tunnel *tunnels_wc[1]; 139 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l }; 143 static struct ip_tunnel * ipip_tunnel_lookup(u32 remote, u32 local) in ipip_tunnel_lookup() 147 struct ip_tunnel *t; in ipip_tunnel_lookup() 167 static struct ip_tunnel **ipip_bucket(struct ip_tunnel *t) in ipip_bucket() 186 static void ipip_tunnel_unlink(struct ip_tunnel *t) in ipip_tunnel_unlink() [all …]
|
D | ip_gre.c | 126 static struct ip_tunnel ipgre_fb_tunnel = { 151 static struct ip_tunnel *tunnels[4][HASH_SIZE]; 162 static struct ip_tunnel * ipgre_tunnel_lookup(u32 remote, u32 local, u32 key) in ipgre_tunnel_lookup() 166 struct ip_tunnel *t; in ipgre_tunnel_lookup() 196 static struct ip_tunnel **ipgre_bucket(struct ip_tunnel *t) in ipgre_bucket() 214 static void ipgre_tunnel_link(struct ip_tunnel *t) in ipgre_tunnel_link() 216 struct ip_tunnel **tp = ipgre_bucket(t); in ipgre_tunnel_link() 224 static void ipgre_tunnel_unlink(struct ip_tunnel *t) in ipgre_tunnel_unlink() 226 struct ip_tunnel **tp; in ipgre_tunnel_unlink() 238 static struct ip_tunnel * ipgre_tunnel_locate(struct ip_tunnel_parm *parms, int create) in ipgre_tunnel_locate() [all …]
|
D | ipmr.c | 1202 ((struct ip_tunnel *)vif->dev->priv)->stat.tx_packets++; in ipmr_queue_xmit() 1203 ((struct ip_tunnel *)vif->dev->priv)->stat.tx_bytes+=skb2->len; in ipmr_queue_xmit()
|
/linux-2.4.37.9/net/ipv6/ |
D | sit.c | 70 static struct ip_tunnel ipip6_fb_tunnel = { 74 static struct ip_tunnel *tunnels_r_l[HASH_SIZE]; 75 static struct ip_tunnel *tunnels_r[HASH_SIZE]; 76 static struct ip_tunnel *tunnels_l[HASH_SIZE]; 77 static struct ip_tunnel *tunnels_wc[1]; 78 static struct ip_tunnel **tunnels[4] = { tunnels_wc, tunnels_l, tunnels_r, tunnels_r_l }; 82 static struct ip_tunnel * ipip6_tunnel_lookup(u32 remote, u32 local) in ipip6_tunnel_lookup() 86 struct ip_tunnel *t; in ipip6_tunnel_lookup() 106 static struct ip_tunnel ** ipip6_bucket(struct ip_tunnel *t) in ipip6_bucket() 124 static void ipip6_tunnel_unlink(struct ip_tunnel *t) in ipip6_tunnel_unlink() [all …]
|
/linux-2.4.37.9/include/net/ |
D | ipip.h | 9 struct ip_tunnel struct 11 struct ip_tunnel *next; argument
|