match_tag_not    1850 net/pf.c       	return ((!r->match_tag_not && r->match_tag == *tag) ||
match_tag_not    1851 net/pf.c       	    (r->match_tag_not && r->match_tag != *tag));
match_tag_not     776 net/pf_ioctl.c 	PF_MD5_UPD(rule, match_tag_not);
match_tag_not     572 net/pfvar.h    	u_int8_t		 match_tag_not;