Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c545 u_int16_t new_tagid; in tagname2tag() local
562 new_tagid = BIT_FFS(TAGID_MAX, &ts->avail); in tagname2tag()
570 if ((new_tagid == 0) || (new_tagid > TAGID_MAX)) in tagname2tag()
574 BIT_CLR(TAGID_MAX, new_tagid - 1, &ts->avail); in tagname2tag()
581 tag->tag = new_tagid; in tagname2tag()
588 index = tag2hashindex(ts, new_tagid); in tagname2tag()