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

  /src/sys/net/npf/
npf_if.c 74 #define NPF_IFMAP_SLOT2ID(npf, slot) ((npf)->ifmap_off + (slot) + 1)
76 ((id) - atomic_load_relaxed(&(npf)->ifmap_off) - 1)
89 npf->ifmap_off = 0;
169 if (npf->ifmap_off < (UINT_MAX - NPF_MAX_IFMAP)) {
170 npf->ifmap_off += NPF_MAX_IFMAP;
172 npf->ifmap_off = 0;
npf_impl.h 248 unsigned ifmap_off; member in struct:npf

Completed in 11 milliseconds