Searched refs:SIOCGIFFLAGS (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | sockios.h | 60 #define SIOCGIFFLAGS 0x8913 /* get flags */ macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_fragmentation.c | 63 if (ioctl(ctl, SIOCGIFFLAGS, &ifr) == -1) in setup()
|
| H A D | psock_fanout.c | 74 err = ioctl(fd, SIOCGIFFLAGS, &ifreq); in loopback_set_up_down()
|
| H A D | tun.c | 216 if (ioctl(sk, SIOCGIFFLAGS, &ifr) < 0) { in tun_open()
|
| /linux/tools/virtio/ |
| H A D | vhost_net_test.c | 115 assert(ioctl(dev->sock, SIOCGIFFLAGS, &ifr) >= 0); in vdev_create_socket()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector.c | 608 ret = ioctl(sk, SIOCGIFFLAGS, &ifr); in ifup()
|
| /linux/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 268 * SIOCGIFCONF, SIOCGIFINDEX, SIOCGIFNAME, SIOCGIFFLAGS
|
| /linux/net/ |
| H A D | socket.c | 3569 case SIOCGIFFLAGS: in compat_sock_ioctl_trans()
|