Home
last modified time | relevance | path

Searched refs:PRUS_NOTREADY (Results 1 – 7 of 7) sorted by relevance

/src/sys/sys/
H A Dprotosw.h79 PRUS_NOTREADY = 0x8, enumerator
/src/sys/kern/
H A Duipc_domain.c142 if ((flags & PRUS_NOTREADY) == 0) in pr_send_notsupp()
H A Dkern_sendfile.c1114 error = pr->pr_send(so, PRUS_NOTREADY, m, NULL, in vn_sendfile()
1129 error = pr->pr_send(so, PRUS_NOTREADY, m, NULL, NULL, in vn_sendfile()
H A Duipc_sockbuf.c89 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags()
1074 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
H A Duipc_usrreq.c2470 notready = flags & PRUS_NOTREADY; in uipc_sendfile()
H A Duipc_socket.c2420 tls_send_flag = PRUS_NOTREADY;
/src/sys/netinet/
H A Dtcp_usrreq.c941 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
1125 !(flags & PRUS_NOTREADY)) { in tcp_usr_send()
1194 if ((flags & PRUS_NOTREADY) == 0) { in tcp_usr_send()
1211 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()