Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDprotosw.h85 PRUS_NOTREADY = 0x8, enumerator
/freebsd-14-stable/sys/kern/
HDuipc_domain.c151 if ((flags & PRUS_NOTREADY) == 0) in pr_send_notsupp()
HDkern_sendfile.c1173 PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
1188 error = so->so_proto->pr_send(so, PRUS_NOTREADY, m, in vn_sendfile()
HDuipc_sockbuf.c91 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags()
1079 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
HDuipc_usrreq.c1117 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
HDuipc_socket.c2307 tls_send_flag = PRUS_NOTREADY;
/freebsd-14-stable/sys/netinet/
HDtcp_usrreq.c926 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
1110 !(flags & PRUS_NOTREADY)) { in tcp_usr_send()
1179 if ((flags & PRUS_NOTREADY) == 0) { in tcp_usr_send()
1196 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()