Searched refs:sbready (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/kern/
H A Duipc_sockbuf.c93 sbready(struct sockbuf *sb, struct mbuf *m, int count) function
H A Duipc_usrreq.c1088 if ((error = sbready(&so2->so_rcv, m, count)) == 0)
/freebsd-11-stable/sys/sys/
H A Dsockbuf.h184 int sbready(struct sockbuf *, struct mbuf *, int);
/freebsd-11-stable/sys/netinet/
H A Dtcp_usrreq.c1071 error = sbready(&so->so_snd, m, count);

Completed in 125 milliseconds