Searched refs:inet6_compat_ioctl (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | af_inet6.c | 623 int inet6_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_compat_ioctl() function 636 EXPORT_SYMBOL_GPL(inet6_compat_ioctl); 706 .compat_ioctl = inet6_compat_ioctl, 734 .compat_ioctl = inet6_compat_ioctl,
|
A D | raw.c | 1303 .compat_ioctl = inet6_compat_ioctl,
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_ip6.c | 756 .compat_ioctl = inet6_compat_ioctl,
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv6.c | 1090 .compat_ioctl = inet6_compat_ioctl,
|
/linux-6.3-rc2/net/sctp/ |
A D | ipv6.c | 1098 .compat_ioctl = inet6_compat_ioctl,
|
/linux-6.3-rc2/include/net/ |
A D | ipv6.h | 1226 int inet6_compat_ioctl(struct socket *sock, unsigned int cmd,
|
/linux-6.3-rc2/net/mptcp/ |
A D | protocol.c | 3916 .compat_ioctl = inet6_compat_ioctl,
|
Completed in 22 milliseconds