Searched refs:get_user_ifreq (Results 1 – 5 of 5) sorted by relevance
/net/ |
D | socket.c | 1235 if (get_user_ifreq(&ifr, &data, argp)) in sock_do_ioctl() 1267 if (get_user_ifreq(&ifr, &data, argp)) in sock_ioctl() 3309 int get_user_ifreq(struct ifreq *ifr, void __user **ifrdata, void __user *arg) in get_user_ifreq() function 3332 EXPORT_SYMBOL(get_user_ifreq); 3356 if (get_user_ifreq(&ifr, NULL, uifr32)) in compat_siocwandev() 3383 if (get_user_ifreq(&ifreq, &data, u_ifreq32)) in compat_ifr_data_ioctl()
|
/net/ipv4/ |
D | af_inet.c | 994 if (get_user_ifreq(&ifr, NULL, p)) in inet_ioctl() 1007 if (get_user_ifreq(&ifr, NULL, p)) in inet_ioctl()
|
/net/ieee802154/ |
D | socket.c | 131 if (get_user_ifreq(&ifr, NULL, arg)) in ieee802154_dev_ioctl()
|
/net/qrtr/ |
D | af_qrtr.c | 1172 if (get_user_ifreq(&ifr, NULL, argp)) { in qrtr_ioctl()
|
/net/appletalk/ |
D | ddp.c | 669 if (get_user_ifreq(&atreq, NULL, arg)) in atif_ioctl()
|