Searched refs:localhook (Results 1 – 1 of 1) sorted by relevance
106 hook_p *localhook; in ng_split_newhook() local109 localhook = &priv->mixed; in ng_split_newhook()111 localhook = &priv->in; in ng_split_newhook()113 localhook = &priv->out; in ng_split_newhook()117 if (*localhook != NULL) in ng_split_newhook()119 *localhook = hook; in ng_split_newhook()120 NG_HOOK_SET_PRIVATE(hook, localhook); in ng_split_newhook()168 hook_p *localhook = NG_HOOK_PRIVATE(hook); in ng_split_disconnect() local170 KASSERT(localhook != NULL, ("%s: null info", __func__)); in ng_split_disconnect()171 *localhook = NULL; in ng_split_disconnect()