Searched refs:tcp_shutdown (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 1916 tcp_shutdown(ssk, how); in mptcp_subflow_shutdown() 2517 .shutdown = tcp_shutdown,
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.h | 1092 tcp_shutdown(ssk, SEND_SHUTDOWN); in mptcp_do_fallback()
|
H A D | protocol.c | 2377 tcp_shutdown(ssk, SEND_SHUTDOWN); in __mptcp_subflow_disconnect() 2862 tcp_shutdown(ssk, how); in mptcp_subflow_shutdown()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 2501 void tcp_shutdown(struct sock *sk, int how) in tcp_shutdown() function 2519 EXPORT_SYMBOL(tcp_shutdown); variable
|
H A D | tcp_ipv4.c | 2812 .shutdown = tcp_shutdown,
|
H A D | tcp_input.c | 6526 tcp_shutdown(sk, SEND_SHUTDOWN); in tcp_rcv_state_process()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 314 void tcp_shutdown(struct sock *sk, int how);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 2137 .shutdown = tcp_shutdown,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 322 void tcp_shutdown(struct sock *sk, int how);
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 2701 void tcp_shutdown(struct sock *sk, int how) in tcp_shutdown() function 2719 EXPORT_SYMBOL(tcp_shutdown); variable
|
H A D | tcp_ipv4.c | 3117 .shutdown = tcp_shutdown,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 2151 .shutdown = tcp_shutdown,
|
Completed in 70 milliseconds