Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dsocketvar.h72 struct signalsockbuf { struct
73 struct sockbuf sb;
74 struct kqinfo ssb_kq; /* process selecting read/write */
75 struct notifymsglist ssb_mlist; /* list of pending predicate messages */
76 uint32_t ssb_flags; /* flags, see below (use atomic ops) */
77 u_int ssb_timeo; /* timeout for read/write */
78 long ssb_lowat; /* low water mark */
79 u_long ssb_hiwat; /* high water mark / max actual char count */
80 u_long ssb_mbmax; /* max chars of mbufs to use */
81 struct lwkt_token ssb_token; /* frontend/backend serializer */