Home
last modified time | relevance | path

Searched refs:ipip_bucket (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dipip.c167 static struct ip_tunnel **ipip_bucket(struct ip_tunnel *t) in ipip_bucket() function
190 for (tp = ipip_bucket(t); *tp; tp = &(*tp)->next) { in ipip_tunnel_unlink()
202 struct ip_tunnel **tp = ipip_bucket(t); in ipip_tunnel_link()