Searched refs:tcp_close (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | espintcp.c | 540 tcp_close(sk, timeout); in espintcp_close()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | espintcp.c | 548 tcp_close(sk, timeout); in espintcp_close()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 2732 void tcp_close(struct sock *sk, long timeout) in tcp_close() function 2741 EXPORT_SYMBOL(tcp_close); variable 4289 /* Don't race with userspace socket closes such as tcp_close. */ in tcp_abort()
|
H A D | tcp_ipv4.c | 2804 .close = tcp_close,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 391 void tcp_close(struct sock *sk, long timeout);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 2129 .close = tcp_close,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 400 void tcp_close(struct sock *sk, long timeout);
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 2929 void tcp_close(struct sock *sk, long timeout) in tcp_close() function 2936 EXPORT_SYMBOL(tcp_close); variable 4583 /* Don't race with userspace socket closes such as tcp_close. */ in tcp_abort()
|
H A D | tcp_ipv4.c | 3109 .close = tcp_close,
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 1682 * so we need to use tcp_close() after detaching them from the mptcp 1698 tcp_close(ssk, timeout); in __mptcp_close_ssk()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 2143 .close = tcp_close,
|
Completed in 36 milliseconds