Searched refs:hookPtr (Results 1 – 2 of 2) sorted by relevance
236 hook_p *hookPtr; in ng_mppc_newhook() local240 hookPtr = &priv->xmit.hook; in ng_mppc_newhook()242 hookPtr = &priv->recv.hook; in ng_mppc_newhook()247 if (*hookPtr != NULL) in ng_mppc_newhook()251 *hookPtr = hook; in ng_mppc_newhook()
521 hook_p *hookPtr = NULL; in ng_ppp_newhook() local537 hookPtr = &priv->links[linkNum].hook; in ng_ppp_newhook()541 if (*hookPtr != NULL) in ng_ppp_newhook()554 hookPtr = &priv->hooks[i]; in ng_ppp_newhook()563 if (*hookPtr != NULL) in ng_ppp_newhook()571 *hookPtr = hook; in ng_ppp_newhook()