Searched refs:PRUS_NOTREADY (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 210 #define PRUS_NOTREADY 0x8 macro
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 212 #define PRUS_NOTREADY 0x8 macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 1177 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile() 1189 (so, PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile()
|
| H A D | uipc_sockbuf.c | 89 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags() 985 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
|
| H A D | uipc_usrreq.c | 1180 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
|
| H A D | uipc_socket.c | 1597 tls_pruflag = PRUS_NOTREADY;
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_usrreq.c | 1043 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()
|