Searched refs:inet6_ioctl (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/net/ipv6/ |
D | af_inet6.c | 569 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl() function 601 EXPORT_SYMBOL(inet6_ioctl); 701 .ioctl = inet6_ioctl, /* must change */ 735 .ioctl = inet6_ioctl, /* must change */
|
D | raw.c | 1288 .ioctl = inet6_ioctl, /* must change */
|
/Linux-v6.1/net/l2tp/ |
D | l2tp_ip6.c | 747 .ioctl = inet6_ioctl,
|
/Linux-v6.1/net/dccp/ |
D | ipv6.c | 1081 .ioctl = inet6_ioctl,
|
/Linux-v6.1/net/sctp/ |
D | ipv6.c | 1077 .ioctl = inet6_ioctl,
|
/Linux-v6.1/include/net/ |
D | ipv6.h | 1191 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
|
/Linux-v6.1/net/mptcp/ |
D | protocol.c | 3905 .ioctl = inet6_ioctl,
|