Home
last modified time | relevance | path

Searched refs:SIOCADDTUNNEL (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_tunnel.h14 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_tunnel.h13 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_tunnel.h13 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_tunnel.h27 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_tunnel.h27 #define SIOCADDTUNNEL (SIOCDEVPRIVATE + 1) macro
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_vti.c784 * %SIOCADDTUNNEL: add tunnel matching given tunnel parameters
829 case SIOCADDTUNNEL: in vti6_ioctl()
841 t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL); in vti6_ioctl()
860 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in vti6_ioctl()
H A Dip6_gre.c1295 case SIOCADDTUNNEL: in ip6gre_tunnel_ioctl()
1315 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_ioctl()
1342 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in ip6gre_tunnel_ioctl()
H A Dsit.c1354 case SIOCADDTUNNEL: in ipip6_tunnel_ctl()
1370 case SIOCADDTUNNEL: in ipip6_tunnel_ioctl()
H A Dip6_tunnel.c1636 * %SIOCADDTUNNEL: add tunnel matching given tunnel parameters
1683 case SIOCADDTUNNEL: in ip6_tnl_ioctl()
1696 t = ip6_tnl_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6_tnl_ioctl()
H A Daddrconf.c2860 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_vti.c784 * %SIOCADDTUNNEL: add tunnel matching given tunnel parameters
829 case SIOCADDTUNNEL: in vti6_siocdevprivate()
841 t = vti6_locate(net, &p1, cmd == SIOCADDTUNNEL); in vti6_siocdevprivate()
860 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in vti6_siocdevprivate()
H A Dip6_gre.c1295 case SIOCADDTUNNEL: in ip6gre_tunnel_siocdevprivate()
1315 t = ip6gre_tunnel_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6gre_tunnel_siocdevprivate()
1342 err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT); in ip6gre_tunnel_siocdevprivate()
H A Dsit.c1356 case SIOCADDTUNNEL: in ipip6_tunnel_ctl()
1373 case SIOCADDTUNNEL: in ipip6_tunnel_siocdevprivate()
H A Dip6_tunnel.c1610 * %SIOCADDTUNNEL: add tunnel matching given tunnel parameters
1657 case SIOCADDTUNNEL: in ip6_tnl_siocdevprivate()
1670 t = ip6_tnl_locate(net, &p1, cmd == SIOCADDTUNNEL); in ip6_tnl_siocdevprivate()
H A Daddrconf.c2889 err = dev->netdev_ops->ndo_tunnel_ctl(dev, &p, SIOCADDTUNNEL); in addrconf_set_sit_dstaddr()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipip.c335 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipip_tunnel_ctl()
H A Dip_vti.c380 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in vti_tunnel_ctl()
H A Dip_tunnel.c924 case SIOCADDTUNNEL: in ip_tunnel_ctl()
940 if (cmd == SIOCADDTUNNEL) { in ip_tunnel_ctl()
H A Dip_gre.c793 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipgre_tunnel_ctl()
H A Dipmr.c461 SIOCADDTUNNEL); in ipmr_new_tunnel()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_vti.c379 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in vti_tunnel_ctl()
H A Dipip.c332 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipip_tunnel_ctl()
H A Dip_tunnel.c903 case SIOCADDTUNNEL: in ip_tunnel_ctl()
919 if (cmd == SIOCADDTUNNEL) { in ip_tunnel_ctl()
H A Dip_gre.c789 if (cmd == SIOCADDTUNNEL || cmd == SIOCCHGTUNNEL) { in ipgre_tunnel_ctl()
H A Dipmr.c463 SIOCADDTUNNEL); in ipmr_new_tunnel()

Completed in 65 milliseconds