Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dsit.c148 struct ip_tunnel * ipip6_tunnel_locate(struct ip_tunnel_parm *parms, int create) in ipip6_tunnel_locate() function
629 t = ipip6_tunnel_locate(&p, 0); in ipip6_tunnel_ioctl()
655 t = ipip6_tunnel_locate(&p, cmd == SIOCADDTUNNEL); in ipip6_tunnel_ioctl()
703 if ((t = ipip6_tunnel_locate(&p, 0)) == NULL) in ipip6_tunnel_ioctl()