Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dprotosw.h210 #define PRUS_NOTREADY 0x8 macro
/f-stack/freebsd/sys/
H A Dprotosw.h212 #define PRUS_NOTREADY 0x8 macro
/f-stack/freebsd/kern/
H A Dkern_sendfile.c1177 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
1189 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
H A Duipc_sockbuf.c89 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags()
985 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
H A Duipc_usrreq.c1180 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
H A Duipc_socket.c1597 tls_pruflag = PRUS_NOTREADY;
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c1043 if (m && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
1053 if (m && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
1255 !(flags & PRUS_NOTREADY)) { in tcp_usr_send()
1320 if (!(flags & PRUS_NOTREADY)) { in tcp_usr_send()