Home
last modified time | relevance | path

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

/src/sys/netpfil/pf/
H A Dpf_ioctl.c224 static void tag_unref(struct pf_tagset *, u_int16_t);
561 tag_unref(&V_pf_tags, rule->tag); in pf_free_eth_rule()
563 tag_unref(&V_pf_tags, rule->match_tag); in pf_free_eth_rule()
597 tag_unref(&V_pf_tags, rule->tag); in pf_free_rule()
599 tag_unref(&V_pf_tags, rule->match_tag); in pf_free_rule()
807 tag_unref(struct pf_tagset *ts, u_int16_t tag) in tag_unref() function
982 tag_unref(&V_pf_qids, qid); in pf_qid_unref()