Searched refs:ng_ppp_frag (Results 1 – 1 of 1) sorted by relevance
187 struct ng_ppp_frag { struct193 TAILQ_ENTRY(ng_ppp_frag) f_qent; /* Fragment queue */ argument220 struct ng_ppp_frag fragsmem[MP_MAX_QUEUE_LEN]; /* fragments storage */221 TAILQ_HEAD(ng_ppp_fraglist, ng_ppp_frag) /* fragment queue */223 TAILQ_HEAD(ng_ppp_fragfreelist, ng_ppp_frag) /* free fragment queue */1524 struct ng_ppp_frag *frag; in ng_ppp_mp_recv()1525 struct ng_ppp_frag *qent; in ng_ppp_mp_recv()1674 struct ng_ppp_frag *qent, *qnext; in ng_ppp_check_packet()1707 struct ng_ppp_frag *qent, *qnext; in ng_ppp_get_packet()1745 struct ng_ppp_frag *qent, *qnext = NULL; in ng_ppp_frag_trim()[all …]