Searched refs:roq (Results 1 – 1 of 1) sorted by relevance
200 roqh roq; /* reorder queue head */ member339 SLIST_INIT(&priv->uppersess.roq); in ng_pptpgre_constructor()401 SLIST_INIT(&hpriv->roq); in ng_pptpgre_newhook()927 prev = SLIST_FIRST(&hpriv->roq); in ng_pptpgre_rcvdata_lower()928 SLIST_FOREACH(np, &hpriv->roq, next) { in ng_pptpgre_rcvdata_lower()966 np = SLIST_FIRST(&hpriv->roq); in ng_pptpgre_rcvdata_lower()969 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_rcvdata_lower()984 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()985 np = SLIST_FIRST(&hpriv->roq); in ng_pptpgre_rcvdata_lower()988 SLIST_REMOVE_HEAD(&hpriv->roq, next); in ng_pptpgre_rcvdata_lower()[all …]