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

/freebsd-13-stable/sys/netgraph/
H A Dng_pptpgre.c200 typedef struct ng_pptpgre_sess *hpriv_p; typedef in typeref:struct:ng_pptpgre_sess
222 static int ng_pptpgre_xmit(hpriv_p hpriv, item_p item);
223 static void ng_pptpgre_start_send_ack_timer(hpriv_p hpriv);
224 static void ng_pptpgre_start_recv_ack_timer(hpriv_p hpriv);
225 static void ng_pptpgre_start_reorder_timer(hpriv_p hpriv);
232 static hpriv_p ng_pptpgre_find_session(priv_p privp, u_int16_t cid);
233 static void ng_pptpgre_reset(hpriv_p hpriv);
235 static void ng_pptpgre_ack(const hpriv_p hpriv);
236 static int ng_pptpgre_sendq(const hpriv_p hpriv, roqh *q,
367 hpriv_p hpri
[all...]
H A Dng_tcpmss.c72 } *hpriv_p; typedef in typeref:struct:__anon15324
162 hpriv_p priv;
193 hpriv_p priv;
225 hpriv_p priv;
269 hpriv_p priv = NG_HOOK_PRIVATE(hook);
370 hpriv_p priv = NG_HOOK_PRIVATE(hook2);
H A Dng_ipfw.c101 typedef struct ng_ipfw_hook_priv *hpriv_p; typedef in typeref:struct:ng_ipfw_hook_priv
156 hpriv_p hpriv;
217 hpriv_p hpriv;
353 const hpriv_p hpriv = NG_HOOK_PRIVATE(hook);

Completed in 114 milliseconds