Searched refs:SIOCSIFFLAGS (Results 1 – 10 of 10) 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 | 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 | af_inet.c | 1008 case SIOCSIFFLAGS: in inet_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 | 3570 case SIOCSIFFLAGS: in compat_sock_ioctl_trans()
|
| /linux/net/packet/ |
| H A D | af_packet.c | 4284 case SIOCSIFFLAGS: in packet_ioctl()
|