HomeSort by: relevance | last modified time | path
    Searched refs:sockbuf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
socketvar.h 86 struct sockbuf { struct
88 struct mowner *sb_mowner; /* who owns data for this sockbuf */
108 #define SB_MAX (256*1024) /* default for max chars in sockbuf */
168 struct sockbuf so_snd; /* send buffer */
169 struct sockbuf so_rcv; /* receive buffer */
270 void sbappend(struct sockbuf *, struct mbuf *);
271 void sbappendstream(struct sockbuf *, struct mbuf *);
272 int sbappendaddr(struct sockbuf *, const struct sockaddr *, struct mbuf *,
274 int sbappendaddrchain(struct sockbuf *, const struct sockaddr *,
276 int sbappendcontrol(struct sockbuf *, struct mbuf *, struct mbuf *)
    [all...]
  /src/sys/kern/
uipc_socket2.c 531 sbwait(struct sockbuf *sb)
558 sowakeup(struct socket *so, struct sockbuf *sb, int code)
615 * Socket buffer (struct sockbuf) utility routines.
699 * Allot mbufs to a sockbuf.
704 sbreserve(struct sockbuf *sb, u_long cc, struct socket *so)
734 sbrelease(struct sockbuf *sb, struct socket *so)
771 sblastrecordchk(struct sockbuf *sb, const char *where)
791 sblastmbufchk(struct sockbuf *sb, const char *where)
842 sbappend(struct sockbuf *sb, struct mbuf *m)
886 sbappendstream(struct sockbuf *sb, struct mbuf *m
    [all...]
uipc_socket.c 1116 sbsync(struct sockbuf *sb, struct mbuf *nextrecord)
1147 * We depend on the way that records are added to the sockbuf by sbappend*. In
1153 * splx() while doing the actual copy to user space. Although the sockbuf is
1155 * consistency of the sockbuf during that time.
1481 * Sockbuf must be consistent here (points to current mbuf,
1483 * we must note any additions to the sockbuf when we
1592 * Keep sockbuf locked against other readers.
1713 struct sockbuf *sb, asb;
1726 * Clear most of the sockbuf structure, but leave some of the
1730 sizeof(*sb) - offsetof(struct sockbuf, sb_startzero))
    [all...]
  /src/sys/netinet/
accf_http.c 62 static int sbfull(struct sockbuf *sb);
141 sbfull(struct sockbuf *sb)
sctputil.h 202 int sbappendaddr_nocheck(struct sockbuf *, const struct sockaddr *,
sctputil.c 2965 sbappendaddr_nocheck(struct sockbuf *sb, const struct sockaddr *asa,
3261 struct sockbuf *old_sb, *new_sb;
  /src/sys/miscfs/fifofs/
fifo_vnops.c 679 struct sockbuf *sb;

Completed in 51 milliseconds