Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_timer.c72 tcp_done_with_error(sk, READ_ONCE(sk->sk_err_soft) ? : ETIMEDOUT); in tcp_write_err()
H A Dtcp_input.c4425 void tcp_done_with_error(struct sock *sk, int err) in tcp_done_with_error() function
4437 EXPORT_SYMBOL(tcp_done_with_error);
4465 tcp_done_with_error(sk, err); in tcp_reset()
H A Dtcp_ipv4.c611 tcp_done_with_error(sk, err); in tcp_v4_err()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c490 tcp_done_with_error(sk, err); in tcp_v6_err()
/openbmc/linux/include/net/
H A Dtcp.h628 void tcp_done_with_error(struct sock *sk, int err);