Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_macfilter.c268 u_int mf_upper_cnt; /* Allocated # of upper slots */ member
479 for (hookid = 0; hookid < mfp->mf_upper_cnt; hookid++) { in macfilter_find_hook()
510 if (mdi->hookid >= mfp->mf_upper_cnt) in macfilter_direct_hookid()
600 if (hookid >= mfp->mf_upper_cnt) in macfilter_ether_input()
652 for (hookid = 1; hookid < mfp->mf_upper_cnt; hookid++) in ng_macfilter_newhook()
657 if (hookid >= mfp->mf_upper_cnt) { in ng_macfilter_newhook()
658 MACFILTER_DEBUG("upper cnt %d -> %d", mfp->mf_upper_cnt, hookid + 1); in ng_macfilter_newhook()
660 mfp->mf_upper_cnt = hookid + 1; in ng_macfilter_newhook()
662 sizeof(mfp->mf_upper[0])*mfp->mf_upper_cnt, in ng_macfilter_newhook()
742 for (hookid = 0; hookid < mfp->mf_upper_cnt; hookid++) in ng_macfilter_rcvmsg()
[all …]