Home
last modified time | relevance | path

Searched refs:mf_upper (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_macfilter.c269 hook_p *mf_upper; /* Upper hooks */ member
482 if (mfp->mf_upper[hookid]) { in macfilter_find_hook()
514 else if (mfp->mf_upper[mdi->hookid] == NULL) in macfilter_direct_hookid()
605 *next_hook = mfp->mf_upper[hookid]; in macfilter_ether_input()
655 if (mfp->mf_upper[hookid] == NULL) in ng_macfilter_newhook()
663 mfp->mf_upper = realloc(mfp->mf_upper, in ng_macfilter_newhook()
668 mfp->mf_upper[hookid] = hook; in ng_macfilter_newhook()
828 if (mfp->mf_upper[hookid] == hook) { in ng_macfilter_disconnect()
829 mfp->mf_upper[hookid] = NULL; in ng_macfilter_disconnect()
849 mfp->mf_upper = realloc(mfp->mf_upper, in ng_macfilter_disconnect()
[all …]