HomeSort by: relevance | last modified time | path
    Searched refs:ifmap_cnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_if.c 88 npf->ifmap_cnt = 0;
106 for (unsigned i = 0; i < npf->ifmap_cnt; i++) {
134 if (npf->ifmap_cnt == NPF_MAX_IFMAP) {
139 KASSERT(npf->ifmap_cnt < NPF_MAX_IFMAP);
142 i = npf->ifmap_cnt++;
160 for (unsigned i = 0; i < npf->ifmap_cnt; i++) {
163 npf->ifmap_cnt = 0;
npf_impl.h 247 unsigned ifmap_cnt; member in struct:npf

Completed in 12 milliseconds