Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_timer.c77 tcp_done_with_error(sk, READ_ONCE(sk->sk_err_soft) ? : ETIMEDOUT); in tcp_write_err()
H A Dtcp_input.c4611 void tcp_done_with_error(struct sock *sk, int err) in tcp_done_with_error() function
4623 EXPORT_IPV6_MOD(tcp_done_with_error);
4651 tcp_done_with_error(sk, err); in tcp_reset()
H A Dtcp_ipv4.c629 tcp_done_with_error(sk, err); in tcp_v4_err()
H A Dtcp.c5060 tcp_done_with_error(sk, err); in tcp_abort()
/linux/include/net/
H A Dtcp.h746 void tcp_done_with_error(struct sock *sk, int err); in tcp_clear_xmit_timers()
/linux/net/ipv6/
H A Dtcp_ipv6.c497 tcp_done_with_error(sk, err); in tcp_v6_err()