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

/freebsd-current/sys/netgraph/
H A Dng_pptpgre.c204 typedef struct ng_pptpgre_sess *hpriv_p;
226 static int ng_pptpgre_xmit(hpriv_p hpriv, item_p item);
227 static void ng_pptpgre_start_send_ack_timer(hpriv_p hpriv);
228 static void ng_pptpgre_start_recv_ack_timer(hpriv_p hpriv);
229 static void ng_pptpgre_start_reorder_timer(hpriv_p hpriv);
236 static hpriv_p ng_pptpgre_find_session(priv_p privp, u_int16_t cid);
237 static void ng_pptpgre_reset(hpriv_p hpriv);
239 static void ng_pptpgre_ack(const hpriv_p hpriv);
240 static int ng_pptpgre_sendq(const hpriv_p hpriv, roqh *q,
371 hpriv_p hpri
198 typedef struct ng_pptpgre_sess *hpriv_p; typedef in typeref:struct:ng_pptpgre_sess
[all...]
H A Dng_tcpmss.c76 } *hpriv_p;
166 hpriv_p priv;
197 hpriv_p priv;
229 hpriv_p priv;
273 hpriv_p priv = NG_HOOK_PRIVATE(hook);
374 hpriv_p priv = NG_HOOK_PRIVATE(hook2);
70 } *hpriv_p; typedef in typeref:struct:__anon5528
H A Dng_ipfw.c99 typedef struct ng_ipfw_hook_priv *hpriv_p; typedef in typeref:struct:ng_ipfw_hook_priv
154 hpriv_p hpriv;
215 hpriv_p hpriv;
351 const hpriv_p hpriv = NG_HOOK_PRIVATE(hook);

Completed in 75 milliseconds