Searched refs:inet_ioctl (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/net/ |
D | inet_common.h | 56 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/Linux-v6.1/net/ipv4/ |
D | af_inet.c | 935 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 990 EXPORT_SYMBOL(inet_ioctl); 1040 .ioctl = inet_ioctl, 1075 .ioctl = inet_ioctl, 1107 .ioctl = inet_ioctl,
|
/Linux-v6.1/net/l2tp/ |
D | l2tp_ip.c | 619 .ioctl = inet_ioctl,
|
/Linux-v6.1/net/dccp/ |
D | ipv4.c | 1001 .ioctl = inet_ioctl,
|
/Linux-v6.1/net/sctp/ |
D | protocol.c | 1123 .ioctl = inet_ioctl,
|
/Linux-v6.1/net/mptcp/ |
D | protocol.c | 3810 .ioctl = inet_ioctl,
|