Searched refs:inet_ioctl (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/include/net/ |
D | inet_common.h | 50 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/Linux-v5.15/net/ipv4/ |
D | af_inet.c | 927 int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet_ioctl() function 982 EXPORT_SYMBOL(inet_ioctl); 1032 .ioctl = inet_ioctl, 1066 .ioctl = inet_ioctl, 1098 .ioctl = inet_ioctl,
|
/Linux-v5.15/net/l2tp/ |
D | l2tp_ip.c | 617 .ioctl = inet_ioctl,
|
/Linux-v5.15/net/dccp/ |
D | ipv4.c | 994 .ioctl = inet_ioctl,
|
/Linux-v5.15/net/sctp/ |
D | protocol.c | 1124 .ioctl = inet_ioctl,
|
/Linux-v5.15/net/mptcp/ |
D | protocol.c | 3428 .ioctl = inet_ioctl,
|