tcp_ioctl
int tcp_ioctl(struct sock *sk, int cmd, int *karg);
EXPORT_IPV6_MOD(tcp_ioctl);
return tcp_ioctl(sk, cmd, karg);
.ioctl = tcp_ioctl,