Home
last modified time | relevance | path

Searched refs:tcp_disconnect (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/mptcp/
Dprotocol.c2353 tcp_disconnect(ssk, 0); in __mptcp_close_ssk()
2772 tcp_disconnect(ssk, O_NONBLOCK); in mptcp_subflow_shutdown()
/linux-6.1.9/net/ipv4/
Dtcp.c3081 int tcp_disconnect(struct sock *sk, int flags) in tcp_disconnect() function
3210 EXPORT_SYMBOL(tcp_disconnect);
Dtcp_ipv4.c3051 .disconnect = tcp_disconnect,
/linux-6.1.9/include/net/
Dtcp.h479 int tcp_disconnect(struct sock *sk, int flags);
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c2151 .disconnect = tcp_disconnect,
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c466 return tcp_disconnect(sk, flags); in chtls_disconnect()