Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_timer.c77 tcp_done_with_error(sk, READ_ONCE(sk->sk_err_soft) ? : ETIMEDOUT); in tcp_write_err()
Dtcp_input.c4509 void tcp_done_with_error(struct sock *sk, int err) in tcp_done_with_error() function
4521 EXPORT_SYMBOL(tcp_done_with_error);
4549 tcp_done_with_error(sk, err); in tcp_reset()
Dtcp_ipv4.c625 tcp_done_with_error(sk, err); in tcp_v4_err()
Dtcp.c4920 tcp_done_with_error(sk, err); in tcp_abort()
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c494 tcp_done_with_error(sk, err); in tcp_v6_err()
/linux-6.12.1/include/net/
Dtcp.h680 void tcp_done_with_error(struct sock *sk, int err);