Searched refs:SIOCSIFFLAGS (Results 1 – 11 of 11) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | sockios.h | 61 #define SIOCSIFFLAGS 0x8914 /* set flags */ macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_fragmentation.c | 66 if (ioctl(ctl, SIOCSIFFLAGS, &ifr) == -1) in setup()
|
| H A D | psock_fanout.c | 81 err = ioctl(fd, SIOCSIFFLAGS, &ifreq); in loopback_set_up_down()
|
| H A D | ipv6_flowlabel_mgr.c | 155 if (ioctl(fd, SIOCSIFFLAGS, &ifr) < 0) in bringup_loopback()
|
| H A D | tun.c | 222 if (ioctl(sk, SIOCSIFFLAGS, &ifr) < 0) { in tun_open()
|
| /linux/tools/virtio/ |
| H A D | vhost_net_test.c | 117 assert(ioctl(dev->sock, SIOCSIFFLAGS, &ifr) >= 0); in vdev_create_socket()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector.c | 615 ret = ioctl(sk, SIOCSIFFLAGS, &ifr); in ifup()
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 1099 case SIOCSIFFLAGS: in devinet_ioctl() 1162 if (!ifa && cmd != SIOCSIFADDR && cmd != SIOCSIFFLAGS) in devinet_ioctl() 1186 case SIOCSIFFLAGS: in devinet_ioctl()
|
| /linux/Documentation/networking/ |
| H A D | l2tp.rst | 486 SIOCSIFDSTADDR, SIOCSIFNETMASK, SIOCSIFFLAGS, or with the `ip` command.
|
| /linux/net/ |
| H A D | socket.c | 3585 case SIOCSIFFLAGS: in compat_sock_ioctl_trans()
|
| /linux/net/packet/ |
| H A D | af_packet.c | 4311 case SIOCSIFFLAGS: in packet_ioctl()
|