Searched refs:ng_pptpgre_roq (Results 1 – 1 of 1) sorted by relevance
169 struct ng_pptpgre_roq { struct170 SLIST_ENTRY(ng_pptpgre_roq) next; /* next entry of the queue */174 SLIST_HEAD(ng_pptpgre_roq_head, ng_pptpgre_roq); argument237 const struct ng_pptpgre_roq *st);723 ng_pptpgre_sendq(const hpriv_p hpriv, roqh *q, const struct ng_pptpgre_roq *st) in ng_pptpgre_sendq()725 struct ng_pptpgre_roq *np; in ng_pptpgre_sendq()757 struct ng_pptpgre_roq *last = NULL; /* last packet in the sendq */ in ng_pptpgre_rcvdata_lower()758 struct ng_pptpgre_roq *np, *prev; in ng_pptpgre_rcvdata_lower()759 struct ng_pptpgre_roq temp = { { NULL }, NULL, 0 }; in ng_pptpgre_rcvdata_lower()1173 struct ng_pptpgre_roq *np, *last = NULL; in ng_pptpgre_reorder_timeout()[all …]