Searched refs:PRUS_NOTREADY (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | protosw.h | 84 PRUS_NOTREADY = 0x8, enumerator
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_domain.c | 145 if ((flags & PRUS_NOTREADY) == 0) in pr_send_notsupp()
|
| H A D | kern_sendfile.c | 1173 PRUS_NOTREADY, m, NULL, NULL, td); in vn_sendfile() 1188 error = so->so_proto->pr_send(so, PRUS_NOTREADY, m, in vn_sendfile()
|
| H A D | uipc_sockbuf.c | 91 if (flags & PRUS_NOTREADY) in sbm_clrprotoflags() 1079 m_demote(m, 1, flags & PRUS_NOTREADY ? M_NOTREADY : 0); in sbappendstream_locked()
|
| H A D | uipc_usrreq.c | 1093 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
|
| H A D | uipc_socket.c | 2274 tls_send_flag = PRUS_NOTREADY;
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_usrreq.c | 927 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send() 1111 !(flags & PRUS_NOTREADY)) { in tcp_usr_send() 1180 if ((flags & PRUS_NOTREADY) == 0) { in tcp_usr_send() 1197 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
|