Searched refs:inet_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/ |
H A D | inet_common.h | 59 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux/net/ipv4/ |
H A D | af_inet.c | 957 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 1012 EXPORT_SYMBOL(inet_ioctl); 1062 .ioctl = inet_ioctl, 1097 .ioctl = inet_ioctl, 1129 .ioctl = inet_ioctl,
|
/linux/net/l2tp/ |
H A D | l2tp_ip.c | 636 .ioctl = inet_ioctl,
|
/linux/net/sctp/ |
H A D | protocol.c | 1145 .ioctl = inet_ioctl,
|
/linux/net/mptcp/ |
H A D | protocol.c | 4026 .ioctl = inet_ioctl,
|