Searched refs:hookPtr (Results 1 – 2 of 2) sorted by relevance
237 hook_p *hookPtr; in ng_mppc_newhook() local241 hookPtr = &priv->xmit.hook; in ng_mppc_newhook()243 hookPtr = &priv->recv.hook; in ng_mppc_newhook()248 if (*hookPtr != NULL) in ng_mppc_newhook()252 *hookPtr = hook; in ng_mppc_newhook()
523 hook_p *hookPtr = NULL; in ng_ppp_newhook() local539 hookPtr = &priv->links[linkNum].hook; in ng_ppp_newhook()543 if (*hookPtr != NULL) in ng_ppp_newhook()556 hookPtr = &priv->hooks[i]; in ng_ppp_newhook()565 if (*hookPtr != NULL) in ng_ppp_newhook()573 *hookPtr = hook; in ng_ppp_newhook()