• Home
  • Raw
  • Download

Lines Matching refs:mbuf

180 		struct	mbuf *sb_mb;	/* (c/d) the mbuf chain */
181 struct mbuf *sb_mbtail; /* (c/d) the last mbuf in the chain */
182 struct mbuf *sb_lastrecord; /* (c/d) first mbuf of last
184 struct mbuf *sb_sndptr; /* (c/d) pointer into mbuf chain */
572 struct mbuf;
584 int sockargs(struct mbuf **mp, caddr_t buf, int buflen, int type);
586 void sbappend(struct sockbuf *sb, struct mbuf *m);
587 void sbappend_locked(struct sockbuf *sb, struct mbuf *m);
588 void sbappendstream(struct sockbuf *sb, struct mbuf *m);
589 void sbappendstream_locked(struct sockbuf *sb, struct mbuf *m);
591 struct mbuf *m0, struct mbuf *control);
593 struct mbuf *m0, struct mbuf *control);
594 int sbappendcontrol(struct sockbuf *sb, struct mbuf *m0,
595 struct mbuf *control);
596 int sbappendcontrol_locked(struct sockbuf *sb, struct mbuf *m0,
597 struct mbuf *control);
598 void sbappendrecord(struct sockbuf *sb, struct mbuf *m0);
599 void sbappendrecord_locked(struct sockbuf *sb, struct mbuf *m0);
601 void sbcompress(struct sockbuf *sb, struct mbuf *m, struct mbuf *n);
602 struct mbuf *
617 struct mbuf *
634 int socow_setup(struct mbuf *m0, struct uio *uio);
655 int soopt_getm(struct sockopt *sopt, struct mbuf **mp);
656 int soopt_mcopyin(struct sockopt *sopt, struct mbuf *m);
657 int soopt_mcopyout(struct sockopt *sopt, struct mbuf *m);
664 struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
666 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp,
671 struct mbuf *top, struct mbuf *control, int flags,
674 struct uio *uio, struct mbuf *top, struct mbuf *control,
677 struct uio *uio, struct mbuf *top, struct mbuf *control,