Searched refs:PRUS_NOTREADY (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/sys/ |
| HD | protosw.h | 85 PRUS_NOTREADY = 0x8, enumerator
|
| /freebsd-14-stable/sys/kern/ |
| HD | uipc_domain.c | 151 if ((flags & PRUS_NOTREADY) == 0) in pr_send_notsupp()
|
| HD | 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()
|
| HD | 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()
|
| HD | uipc_usrreq.c | 1117 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in uipc_send()
|
| HD | uipc_socket.c | 2307 tls_send_flag = PRUS_NOTREADY;
|
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_usrreq.c | 926 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send() 1110 !(flags & PRUS_NOTREADY)) { in tcp_usr_send() 1179 if ((flags & PRUS_NOTREADY) == 0) { in tcp_usr_send() 1196 if (m != NULL && (flags & PRUS_NOTREADY) == 0) in tcp_usr_send()
|