Searched refs:inet6_ioctl (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv6/ |
| A 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 */
|
| A D | raw.c | 1291 .ioctl = inet6_ioctl, /* must change */
|
| /linux/net/l2tp/ |
| A D | l2tp_ip6.c | 772 .ioctl = inet6_ioctl,
|
| /linux/net/dccp/ |
| A D | ipv6.c | 1087 .ioctl = inet6_ioctl,
|
| /linux/include/net/ |
| A D | ipv6.h | 1219 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
| /linux/net/sctp/ |
| A D | ipv6.c | 1094 .ioctl = inet6_ioctl,
|
| /linux/net/mptcp/ |
| A D | protocol.c | 4183 .ioctl = inet6_ioctl,
|
Completed in 27 milliseconds