Lines Matching refs:hpriv_p

204 typedef struct ng_pptpgre_sess *hpriv_p;  typedef
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 hpriv; in ng_pptpgre_newhook()
433 hpriv_p hpriv; in ng_pptpgre_rcvmsg()
455 hpriv_p hpriv; in ng_pptpgre_rcvmsg()
511 const hpriv_p hpriv = NG_HOOK_PRIVATE(hook); in ng_pptpgre_rcvdata()
537 const hpriv_p hpriv = NG_HOOK_PRIVATE(hook); in ng_pptpgre_disconnect()
590 ng_pptpgre_xmit(hpriv_p hpriv, item_p item) in ng_pptpgre_xmit()
703 ng_pptpgre_ack(const hpriv_p hpriv) in ng_pptpgre_ack()
727 ng_pptpgre_sendq(const hpriv_p hpriv, roqh *q, const struct ng_pptpgre_roq *st) in ng_pptpgre_sendq()
751 hpriv_p hpriv; in ng_pptpgre_rcvdata_lower()
1071 ng_pptpgre_start_recv_ack_timer(hpriv_p hpriv) in ng_pptpgre_start_recv_ack_timer()
1096 const hpriv_p hpriv = arg1; in ng_pptpgre_recv_ack_timeout()
1118 ng_pptpgre_start_send_ack_timer(hpriv_p hpriv) in ng_pptpgre_start_send_ack_timer()
1144 const hpriv_p hpriv = arg1; in ng_pptpgre_send_ack_timeout()
1157 ng_pptpgre_start_reorder_timer(hpriv_p hpriv) in ng_pptpgre_start_reorder_timer()
1175 const hpriv_p hpriv = arg1; in ng_pptpgre_reorder_timeout()
1221 static hpriv_p
1225 hpriv_p hpriv = NULL; in ng_pptpgre_find_session()
1239 ng_pptpgre_reset(hpriv_p hpriv) in ng_pptpgre_reset()