Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_macfilter.c265 hook_p mf_ether_hook; /* Ethernet hook */ member
532 *next_hook = mfp->mf_ether_hook; in macfilter_ether_output()
646 mfp->mf_ether_hook = hook; in ng_macfilter_newhook()
796 if (hook == mfp->mf_ether_hook) in ng_macfilter_rcvdata()
798 else if (mfp->mf_ether_hook != NULL) in ng_macfilter_rcvdata()
818 if (mfp->mf_ether_hook == hook) { in ng_macfilter_disconnect()
819 mfp->mf_ether_hook = NULL; in ng_macfilter_disconnect()