Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_macfilter.c534 *next_hook = mfp->mf_ether_hook; in macfilter_ether_output()
550 NG_HOOK_NAME(hook), NG_HOOK_NAME(*next_hook)); in macfilter_ether_output()
556 NG_HOOK_NAME(hook), NG_HOOK_NAME(*next_hook)); in macfilter_ether_output()
592 NG_HOOK_NAME(hook), NG_HOOK_NAME(*next_hook)); in macfilter_ether_input()
598 NG_HOOK_NAME(hook), NG_HOOK_NAME(*next_hook)); in macfilter_ether_input()
603 *next_hook = NULL; in macfilter_ether_input()
605 *next_hook = mfp->mf_upper[hookid]; in macfilter_ether_input()
792 hook_p next_hook = NULL; in ng_macfilter_rcvdata() local
799 error = macfilter_ether_input(hook, mfp, m, &next_hook); in ng_macfilter_rcvdata()
803 if (next_hook == NULL) { in ng_macfilter_rcvdata()
[all …]