Home
last modified time | relevance | path

Searched defs:sockbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h166 struct sockbuf { struct
176 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 last
184 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 …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c7213 uint8_t sockbuf[256]; local