Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_macfilter.c267 hook_p mf_ether_hook; /* Ethernet hook */ member
534 *next_hook = mfp->mf_ether_hook; in macfilter_ether_output()
648 mfp->mf_ether_hook = hook; in ng_macfilter_newhook()
798 if (hook == mfp->mf_ether_hook) in ng_macfilter_rcvdata()
800 else if (mfp->mf_ether_hook != NULL) in ng_macfilter_rcvdata()
820 if (mfp->mf_ether_hook == hook) { in ng_macfilter_disconnect()
821 mfp->mf_ether_hook = NULL; in ng_macfilter_disconnect()