Searched refs:sk_stream_error (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/net/core/
H A Dstream.c180 int sk_stream_error(struct sock *sk, int flags, int err) sk_stream_error() function
188 EXPORT_SYMBOL(sk_stream_error); variable
/linux-4.4.14/net/ipv4/
H A Dtcp.c1013 return sk_stream_error(sk, flags, err); do_tcp_sendpages()
1303 err = sk_stream_error(sk, flags, err); tcp_sendmsg()
/linux-4.4.14/net/decnet/
H A Daf_decnet.c2079 err = sk_stream_error(sk, flags, err); dn_sendmsg()
/linux-4.4.14/include/net/
H A Dsock.h929 int sk_stream_error(struct sock *sk, int flags, int err);
/linux-4.4.14/net/irda/
H A Daf_irda.c1345 err = sk_stream_error(sk, msg->msg_flags, err); irda_sendmsg()

Completed in 214 milliseconds