Searched refs:inet6_ioctl (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | af_inet6.c | 529 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 560 EXPORT_SYMBOL(inet6_ioctl); 572 .ioctl = inet6_ioctl, /* must change */ 605 .ioctl = inet6_ioctl, /* must change */
|
D | raw.c | 1357 .ioctl = inet6_ioctl, /* must change */
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_ip6.c | 753 .ioctl = inet6_ioctl,
|
/Linux-v4.19/include/net/ |
D | ipv6.h | 1047 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/Linux-v4.19/net/dccp/ |
D | ipv6.c | 1074 .ioctl = inet6_ioctl,
|
/Linux-v4.19/net/sctp/ |
D | ipv6.c | 1030 .ioctl = inet6_ioctl,
|