Searched refs:sbspace (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c489 if (sbspace(&so->so_rcv) < m->m_pkthdr.len) {
520 if (sbspace(&so->so_rcv) < (int)len) {
568 avail = sbspace(&so->so_rcv);
H A Duipc_socket2.c711 * space is available, comparing the function sbspace() with the amount
905 if (space > sbspace(sb) && !(sb->sb_flags & SB_UNIX)) {
1037 if (space > sbspace(sb))
1154 if (space > sbspace(sb) && !(sb->sb_flags & SB_UNIX))
1697 sbspace(struct sockbuf *sb) function
1730 sbspace(&(so)->so_snd) >= (so)->so_snd.sb_lowat &&
H A Duipc_syscalls.c2233 xfsize = sbspace(&so->so_snd);
2373 if (sbspace(&so->so_snd) < (long)so->so_snd.sb_lowat) {
H A Duipc_socket.c1424 space = sbspace(&so->so_snd);
1571 space = sbspace(&so->so_snd) - clen + ((flags & MSG_OOB) ?
4052 kn->kn_data = sbspace(&so->so_snd);
H A Dsys_generic.c2192 evq->ee_req.er_wcnt = sbspace(&sp->so_snd);
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c563 *count = sbspace(&rsock->so_rcv);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h472 int sbspace(struct sockbuf *sb);
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c747 if (sbspace(&so->so_snd) == 0) {
H A Dip_mroute.c2092 printf("rsvp_input: m->m_len = %d, sbspace() = %d\n",
2093 m->m_len,sbspace(&(viftable[vifi].v_rsvpd->so_rcv)));

Completed in 111 milliseconds