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

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ioctl.c557 u_int16_t new_tagid; local
574 new_tagid = BIT_FFS(TAGID_MAX, &ts->avail);
582 if ((new_tagid == 0) || (new_tagid > TAGID_MAX))
586 BIT_CLR(TAGID_MAX, new_tagid - 1, &ts->avail);
593 tag->tag = new_tagid;
600 index = tag2hashindex(ts, new_tagid);

Completed in 182 milliseconds