tcp_close
void tcp_close(struct sock *sk, long timeout);
EXPORT_SYMBOL(tcp_close);
.close = tcp_close,
tcp_close(sk, timeout);