Searched refs:inet_ioctl (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | inet_common.h | 56 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux-6.3-rc2/net/ipv4/ |
A D | af_inet.c | 933 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 988 EXPORT_SYMBOL(inet_ioctl); 1038 .ioctl = inet_ioctl, 1073 .ioctl = inet_ioctl, 1105 .ioctl = inet_ioctl,
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_ip.c | 619 .ioctl = inet_ioctl,
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv4.c | 1001 .ioctl = inet_ioctl,
|
/linux-6.3-rc2/net/sctp/ |
A D | protocol.c | 1129 .ioctl = inet_ioctl,
|
/linux-6.3-rc2/net/mptcp/ |
A D | protocol.c | 3810 .ioctl = inet_ioctl,
|
Completed in 17 milliseconds