Searched defs:synq_entry (Results 1 – 2 of 2) sorted by relevance
106 struct synq_entry { struct108 int flags; /* same as toepcb's tp_flags */109 int tid;110 struct mbuf *m; /* backpointer to containing mbuf */111 struct listen_ctx *lctx; /* backpointer to listen ctx */112 struct cpl_pass_establish *cpl;113 struct toepcb *toep;137 TAILQ_HEAD(, synq_entry) synq; argument
147 struct synq_entry { struct149 int flags; /* same as toepcb's tp_flags */150 int tid;174 TAILQ_HEAD(, synq_entry) synq; argument