Searched refs:llmask (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dmain.c81 * the one with shortest backlog. llmask contains a bitmap
88 uint64_t llmask; member in struct:cfg_s
125 c->llmask &= ~(1<<(i+1));
126 c->llmask |= (1<<(i));
598 c->llmask = 1; /* all flows are in the first list */
676 i = ffs(c->llmask) - 1;
690 c->llmask &= ~(1<<i);
697 c->llmask |= 1<<(1+i);

Completed in 99 milliseconds