Searched refs:inet6_ioctl (Results 1 – 7 of 7) sorted by relevance
/linux/net/ipv6/ |
A D | af_inet6.c | 554 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 583 EXPORT_SYMBOL(inet6_ioctl); 678 .ioctl = inet6_ioctl, /* must change */ 711 .ioctl = inet6_ioctl, /* must change */
|
A D | raw.c | 1322 .ioctl = inet6_ioctl, /* must change */
|
/linux/net/l2tp/ |
A D | l2tp_ip6.c | 744 .ioctl = inet6_ioctl,
|
/linux/net/dccp/ |
A D | ipv6.c | 1077 .ioctl = inet6_ioctl,
|
/linux/net/sctp/ |
A D | ipv6.c | 1077 .ioctl = inet6_ioctl,
|
/linux/include/net/ |
A D | ipv6.h | 1123 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux/net/mptcp/ |
A D | protocol.c | 3563 .ioctl = inet6_ioctl,
|
Completed in 22 milliseconds