Searched refs:inet6_ioctl (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | af_inet6.c | 482 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 513 EXPORT_SYMBOL(inet6_ioctl); 525 .ioctl = inet6_ioctl, /* must change */ 551 .ioctl = inet6_ioctl, /* must change */
|
D | raw.c | 1311 .ioctl = inet6_ioctl, /* must change */
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip6.c | 742 .ioctl = inet6_ioctl,
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 951 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/linux-4.4.14/net/dccp/ |
D | ipv6.c | 1031 .ioctl = inet6_ioctl,
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 952 .ioctl = inet6_ioctl,
|