Searched refs:inet_ioctl (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | inet_common.h | 42 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
| /Linux-v5.4/net/ipv4/ |
| D | af_inet.c | 913 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 968 EXPORT_SYMBOL(inet_ioctl); 993 .ioctl = inet_ioctl, 1029 .ioctl = inet_ioctl, 1062 .ioctl = inet_ioctl,
|
| /Linux-v5.4/net/l2tp/ |
| D | l2tp_ip.c | 616 .ioctl = inet_ioctl,
|
| /Linux-v5.4/net/dccp/ |
| D | ipv4.c | 989 .ioctl = inet_ioctl,
|
| /Linux-v5.4/net/sctp/ |
| D | protocol.c | 1013 .ioctl = inet_ioctl,
|