Searched refs:ng_pptpgre_roq (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c168 struct ng_pptpgre_roq { struct
169 SLIST_ENTRY(ng_pptpgre_roq) next; /* next entry of the queue */
173 SLIST_HEAD(ng_pptpgre_roq_head, ng_pptpgre_roq);
236 const struct ng_pptpgre_roq *st);
723 ng_pptpgre_sendq(const hpriv_p hpriv, roqh *q, const struct ng_pptpgre_roq *st)
725 struct ng_pptpgre_roq *np;
757 struct ng_pptpgre_roq *last = NULL; /* last packet in the sendq */
758 struct ng_pptpgre_roq *np, *prev;
759 struct ng_pptpgre_roq temp = { { NULL }, NULL, 0 };
1173 struct ng_pptpgre_roq *n
[all...]

Completed in 164 milliseconds