Searched refs:inet6_ioctl (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | af_inet6.c | 565 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 597 EXPORT_SYMBOL(inet6_ioctl); 697 .ioctl = inet6_ioctl, /* must change */ 731 .ioctl = inet6_ioctl, /* must change */
|
D | raw.c | 1291 .ioctl = inet6_ioctl, /* must change */
|
/linux-6.12.1/net/l2tp/ |
D | l2tp_ip6.c | 772 .ioctl = inet6_ioctl,
|
/linux-6.12.1/net/dccp/ |
D | ipv6.c | 1087 .ioctl = inet6_ioctl,
|
/linux-6.12.1/net/sctp/ |
D | ipv6.c | 1094 .ioctl = inet6_ioctl,
|
/linux-6.12.1/include/net/ |
D | ipv6.h | 1219 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux-6.12.1/net/mptcp/ |
D | protocol.c | 4183 .ioctl = inet6_ioctl,
|