Searched defs:sockbuf (Results 1 – 2 of 2) sorted by relevance
166 struct sockbuf { struct176 userland_cond_t sb_cond; /* sockbuf condition variable */177 userland_mutex_t sb_mtx; /* sockbuf lock associated with sb_cond */178 short sb_state; /* (c/d) socket state on sockbuf */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 last184 struct mbuf *sb_sndptr; /* (c/d) pointer into mbuf chain */185 u_int sb_sndptroff; /* (c/d) byte offset of ptr into chain */186 u_int sb_cc; /* (c/d) actual chars in buffer */[all …]
7213 uint8_t sockbuf[256]; local