Searched refs:sk_stream_error (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | stream.c | 186 int sk_stream_error(struct sock *sk, int flags, int err) in sk_stream_error() function 194 EXPORT_SYMBOL(sk_stream_error);
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_bpf.c | 577 err = sk_stream_error(sk, msg->msg_flags, err); in tcp_bpf_sendmsg()
|
| H A D | tcp.c | 1351 err = sk_stream_error(sk, flags, err); in tcp_sendmsg_locked()
|
| /linux-6.15/net/smc/ |
| H A D | smc_tx.c | 293 rc = sk_stream_error(sk, msg->msg_flags, rc); in smc_tx_sendmsg()
|
| /linux-6.15/net/kcm/ |
| H A D | kcmsock.c | 949 err = sk_stream_error(sk, msg->msg_flags, err); in kcm_sendmsg()
|
| /linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 1239 copied = sk_stream_error(sk, flags, err); in chtls_sendmsg()
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | af_vsock.c | 2088 err = sk_stream_error(sk, msg->msg_flags, err); in vsock_connectible_sendmsg()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1185 int sk_stream_error(struct sock *sk, int flags, int err);
|
| /linux-6.15/net/tls/ |
| H A D | tls_sw.c | 1222 ret = sk_stream_error(sk, msg->msg_flags, ret); in tls_sw_sendmsg_locked()
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 1839 copied = sk_stream_error(sk, msg->msg_flags, ret); in mptcp_sendmsg()
|