Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h13 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/linux/net/ipv6/
H A Dip6_vti.c825 case SIOCADDTUNNEL: in vti6_siocdevprivate()
837 t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL); in vti6_siocdevprivate()
856 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in vti6_siocdevprivate()
H A Dip6_gre.c1284 case SIOCADDTUNNEL: in ip6gre_tunnel_siocdevprivate()
1304 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_siocdevprivate()
1331 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in ip6gre_tunnel_siocdevprivate()
H A Dip6_tunnel.c1670 case SIOCADDTUNNEL: in ip6_tnl_siocdevprivate()
1683 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_vti.c387 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in vti_tunnel_ctl()
H A Dip_tunnel.c912 case SIOCADDTUNNEL: in ip_tunnel_ctl()
928 if (cmd == SIOCADDTUNNEL) { in ip_tunnel_ctl()
H A Dip_gre.c830 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipgre_tunnel_ctl()