Searched refs:PRUS_NOTREADY (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | protosw.h | 216 #define PRUS_NOTREADY 0x8 macro
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_sendfile.c | 1179 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile() 1195 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
|
| H A D | uipc_sockbuf.c | 89 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags() 974 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
|
| H A D | uipc_socket.c | 1593 tls_pruflag = PRUS_NOTREADY; 3754 if ((flags & PRUS_NOTREADY) == 0)
|
| H A D | uipc_usrreq.c | 1180 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_usrreq.c | 1177 !(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()
|