Searched refs:PRUS_NOTREADY (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dprotosw.h210 #define PRUS_NOTREADY 0x8 macro
/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c81 if (flags & PRUS_NOTREADY)
665 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0);
H A Dkern_sendfile.c840 * PRUS_NOTREADY flag.
850 (so, PRUS_NOTREADY, m, NULL, NULL, td);
H A Duipc_usrreq.c1060 * In case of PRUS_NOTREADY, uipc_ready() is responsible
1063 if (m != NULL && (flags & PRUS_NOTREADY) == 0)
/freebsd-11-stable/sys/netinet/
H A Dtcp_usrreq.c929 * In case of PRUS_NOTREADY, tcp_usr_ready() is responsible
932 if (m && (flags & PRUS_NOTREADY) == 0)
986 !(flags & PRUS_NOTREADY)) {
1036 if (!(flags & PRUS_NOTREADY)) {

Completed in 120 milliseconds