Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h13 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/linux/net/ipv6/
H A Dip6_vti.c826 case SIOCADDTUNNEL: in vti6_siocdevprivate()
855 t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL); in vti6_siocdevprivate()
864 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in vti6_siocdevprivate()
H A Dip6_gre.c1285 case SIOCADDTUNNEL: in ip6gre_tunnel_siocdevprivate()
1305 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_siocdevprivate()
1332 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in ip6gre_tunnel_siocdevprivate()
H A Dip6_tunnel.c1682 case SIOCADDTUNNEL: in ip6_tnl_siocdevprivate()
1695 t = ip6_tnl_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6_tnl_siocdevprivate()
H A Daddrconf.c2959 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
/linux/net/ipv4/
H A Dipip.c343 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipip_tunnel_ctl()
H A Dip_tunnel.c912 case SIOCADDTUNNEL: in ip_tunnel_ctl()
928 if (cmd == SIOCADDTUNNEL) { in ip_tunnel_ctl()
H A Dip_vti.c387 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in vti_tunnel_ctl()
H A Dip_gre.c831 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipgre_tunnel_ctl()
H A Dipmr.c498 SIOCADDTUNNEL); in ipmr_new_tunnel()