Searched refs:inet6_ioctl (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 479 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 510 EXPORT_SYMBOL(inet6_ioctl); 522 .ioctl = inet6_ioctl, /* must change */ 548 .ioctl = inet6_ioctl, /* must change */
|
D | raw.c | 1306 .ioctl = inet6_ioctl, /* must change */
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip6.c | 740 .ioctl = inet6_ioctl,
|
/linux-4.1.27/include/net/ |
D | ipv6.h | 911 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 943 .ioctl = inet6_ioctl,
|
/linux-4.1.27/net/dccp/ |
D | ipv6.c | 1067 .ioctl = inet6_ioctl,
|