Searched refs:inet_ioctl (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/net/ |
D | inet_common.h | 48 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/Linux-v5.10/net/ipv4/ |
D | af_inet.c | 923 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 978 EXPORT_SYMBOL(inet_ioctl); 1029 .ioctl = inet_ioctl, 1063 .ioctl = inet_ioctl, 1094 .ioctl = inet_ioctl,
|
/Linux-v5.10/net/l2tp/ |
D | l2tp_ip.c | 617 .ioctl = inet_ioctl,
|
/Linux-v5.10/net/dccp/ |
D | ipv4.c | 985 .ioctl = inet_ioctl,
|
/Linux-v5.10/net/sctp/ |
D | protocol.c | 1029 .ioctl = inet_ioctl,
|
/Linux-v5.10/net/mptcp/ |
D | protocol.c | 2739 .ioctl = inet_ioctl,
|