Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_timer.c78 tcp_done_with_error(sk, READ_ONCE(sk->sk_err_soft) ? : ETIMEDOUT); in tcp_write_err()
Dtcp_input.c4538 void tcp_done_with_error(struct sock *sk, int err) in tcp_done_with_error() function
4550 EXPORT_SYMBOL(tcp_done_with_error);
4578 tcp_done_with_error(sk, err); in tcp_reset()
Dtcp_ipv4.c628 tcp_done_with_error(sk, err); in tcp_v4_err()
Dtcp.c4947 tcp_done_with_error(sk, err); in tcp_abort()
/net/ipv6/
Dtcp_ipv6.c497 tcp_done_with_error(sk, err); in tcp_v6_err()