Searched refs:inet6_ioctl (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | af_inet6.c | 555 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 587 EXPORT_SYMBOL(inet6_ioctl); 687 .ioctl = inet6_ioctl, /* must change */ 721 .ioctl = inet6_ioctl, /* must change */
|
A D | raw.c | 1292 .ioctl = inet6_ioctl, /* must change */
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_ip6.c | 745 .ioctl = inet6_ioctl,
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv6.c | 1079 .ioctl = inet6_ioctl,
|
/linux-6.3-rc2/net/sctp/ |
A D | ipv6.c | 1088 .ioctl = inet6_ioctl,
|
/linux-6.3-rc2/include/net/ |
A D | ipv6.h | 1225 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux-6.3-rc2/net/mptcp/ |
A D | protocol.c | 3905 .ioctl = inet6_ioctl,
|
Completed in 20 milliseconds