Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c678 u_int16_t new_tagid; in tagname2tag() local
695 new_tagid = BIT_FFS(TAGID_MAX, &ts->avail); in tagname2tag()
703 if ((new_tagid == 0) || (new_tagid > TAGID_MAX)) in tagname2tag()
707 BIT_CLR(TAGID_MAX, new_tagid - 1, &ts->avail); in tagname2tag()
714 tag->tag = new_tagid; in tagname2tag()
721 index = tag2hashindex(ts, new_tagid); in tagname2tag()