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

/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c199 typedef struct ng_pptpgre_sess *hpriv_p; typedef in typeref:struct:ng_pptpgre_sess
221 static int ng_pptpgre_xmit(hpriv_p hpriv, item_p item);
222 static void ng_pptpgre_start_send_ack_timer(hpriv_p hpriv);
223 static void ng_pptpgre_start_recv_ack_timer(hpriv_p hpriv);
224 static void ng_pptpgre_start_reorder_timer(hpriv_p hpriv);
231 static hpriv_p ng_pptpgre_find_session(priv_p privp, u_int16_t cid);
232 static void ng_pptpgre_reset(hpriv_p hpriv);
234 static void ng_pptpgre_ack(const hpriv_p hpriv);
235 static int ng_pptpgre_sendq(const hpriv_p hpriv, roqh *q,
366 hpriv_p hpri
[all...]
H A Dng_tcpmss.c72 } *hpriv_p; typedef in typeref:struct:__anon16312
163 hpriv_p priv;
194 hpriv_p priv;
226 hpriv_p priv;
270 hpriv_p priv = NG_HOOK_PRIVATE(hook);
371 hpriv_p priv = NG_HOOK_PRIVATE(hook2);
H A Dng_ipfw.c102 typedef struct ng_ipfw_hook_priv *hpriv_p; typedef in typeref:struct:ng_ipfw_hook_priv
157 hpriv_p hpriv;
218 hpriv_p hpriv;
357 const hpriv_p hpriv = NG_HOOK_PRIVATE(hook);

Completed in 131 milliseconds