Lines Matching refs:sockbuf

173 	struct sockbuf {  struct
786 extern int sbappendaddr(struct sockbuf *sb, struct sockaddr *asa,
788 extern int sbappendchain(struct sockbuf *sb, struct mbuf *m);
789 extern int sbappendrecord(struct sockbuf *sb, struct mbuf *m0);
790 extern int sbappendrecord_nodrop(struct sockbuf *sb, struct mbuf *m0);
791 extern void sbflush(struct sockbuf *sb);
792 extern int sbspace(struct sockbuf *sb);
830 extern struct mbuf *sbconcat_mbufs(struct sockbuf *sb, struct sockaddr *asa, struct mbuf *m0,
855 extern int sbappend(struct sockbuf *sb, struct mbuf *m);
856 extern int sbappend_nodrop(struct sockbuf *sb, struct mbuf *m);
857 extern int sbappendstream(struct sockbuf *sb, struct mbuf *m);
858 extern int sbappendcontrol(struct sockbuf *sb, struct mbuf *m0,
862 extern int sbappendmptcpstream_rcv(struct sockbuf *sb, struct mbuf *m);
864 extern void sbcheck(struct sockbuf *sb);
865 extern void sblastmbufchk(struct sockbuf *, const char *);
866 extern void sblastrecordchk(struct sockbuf *, const char *);
870 extern void sbdrop(struct sockbuf *sb, int len);
871 extern void sbdroprecord(struct sockbuf *sb);
872 extern void sbrelease(struct sockbuf *sb);
873 extern int sbreserve(struct sockbuf *sb, uint32_t cc);
874 extern void sbtoxsockbuf(struct sockbuf *sb, struct xsockbuf *xsb);
875 extern int sbwait(struct sockbuf *sb);
876 extern void sbwakeup(struct sockbuf *sb);
877 extern void sb_empty_assert(struct sockbuf *, const char *);
878 extern int sb_notify(struct sockbuf *sb);
879 extern void sballoc(struct sockbuf *sb, struct mbuf *m);
880 extern void sbfree(struct sockbuf *sb, struct mbuf *m);
925 extern int sblock(struct sockbuf *sb, uint32_t flags);
926 extern void sbunlock(struct sockbuf *sb, boolean_t keeplocked);
983 extern void sowakeup(struct socket *so, struct sockbuf *sb, struct socket *so2);
1109 void sbtoxsockbuf_n(struct sockbuf *, struct xsockbuf_n *);