Searched refs:mf_upper (Results 1 – 1 of 1) sorted by relevance
267 hook_p *mf_upper; /* Upper hooks */ member480 if (mfp->mf_upper[hookid]) { in macfilter_find_hook()512 else if (mfp->mf_upper[mdi->hookid] == NULL) in macfilter_direct_hookid()603 *next_hook = mfp->mf_upper[hookid]; in macfilter_ether_input()653 if (mfp->mf_upper[hookid] == NULL) in ng_macfilter_newhook()661 mfp->mf_upper = realloc(mfp->mf_upper, in ng_macfilter_newhook()666 mfp->mf_upper[hookid] = hook; in ng_macfilter_newhook()826 if (mfp->mf_upper[hookid] == hook) { in ng_macfilter_disconnect()827 mfp->mf_upper[hookid] = NULL; in ng_macfilter_disconnect()847 mfp->mf_upper = realloc(mfp->mf_upper, in ng_macfilter_disconnect()[all …]