Searched refs:PRUS_NOTREADY (Results 1 – 7 of 7) sorted by relevance
| /src/sys/sys/ |
| H A D | protosw.h | 79 PRUS_NOTREADY = 0x8, enumerator
|
| /src/sys/kern/ |
| H A D | uipc_domain.c | 142 if ((flags & PRUS_NOTREADY) == 0) in pr_send_notsupp()
|
| H A D | kern_sendfile.c | 1114 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 D | uipc_sockbuf.c | 89 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags() 1074 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
|
| H A D | uipc_usrreq.c | 2470 notready = flags & PRUS_NOTREADY; in uipc_sendfile()
|
| H A D | uipc_socket.c | 2420 tls_send_flag = PRUS_NOTREADY;
|
| /src/sys/netinet/ |
| H A D | tcp_usrreq.c | 941 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()
|