Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dprotosw.h216 #define PRUS_NOTREADY 0x8 macro
/freebsd-13.1/sys/kern/
H A Dkern_sendfile.c1179 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
1195 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
H A Duipc_sockbuf.c89 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags()
974 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
H A Duipc_socket.c1593 tls_pruflag = PRUS_NOTREADY;
3754 if ((flags & PRUS_NOTREADY) == 0)
H A Duipc_usrreq.c1180 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
/freebsd-13.1/sys/netinet/
H A Dtcp_usrreq.c1177 !(flags & PRUS_NOTREADY)) { in tcp_usr_send()
1245 if ((flags & PRUS_NOTREADY) == 0) { in tcp_usr_send()
1262 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()