Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dprotosw.h79 PRUS_NOTREADY = 0x8, enumerator
/freebsd/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.c2471 notready = flags & PRUS_NOTREADY; in uipc_sendfile()
H A Duipc_socket.c2420 tls_send_flag = PRUS_NOTREADY;
/freebsd/sys/netinet/
H A Dtcp_usrreq.c903 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
1085 if (!(flags & PRUS_NOTREADY)) { in tcp_usr_send()
1154 if ((flags & PRUS_NOTREADY) == 0) { in tcp_usr_send()
1171 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()