Searched refs:inet_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/net/ |
D | inet_common.h | 35 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 840 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 885 EXPORT_SYMBOL(inet_ioctl); 910 .ioctl = inet_ioctl, 938 .ioctl = inet_ioctl, 969 .ioctl = inet_ioctl,
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 591 .ioctl = inet_ioctl,
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 980 .ioctl = inet_ioctl,
|
/linux-4.4.14/net/sctp/ |
D | protocol.c | 1023 .ioctl = inet_ioctl,
|