Searched refs:match_tag (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 440 if (rule->match_tag) in pf_free_rule() 441 tag_unref(&V_pf_tags, rule->match_tag); in pf_free_rule() 1002 PF_MD5_UPD_HTONS(rule, match_tag, x); /* dup? */ in pf_hash_rule() 1516 rule->match_tag = krule->match_tag; in pf_krule_to_rule() 1648 krule->match_tag = rule->match_tag; in pf_rule_to_krule() 1938 if ((rule->match_tag = in pfioctl() 2201 if ((newrule->match_tag = pf_tagname2tag( in pfioctl()
|
| H A D | pf.h | 490 u_int16_t match_tag; member
|
| H A D | pf_lb.c | 180 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_match_translation()
|
| H A D | pf.c | 2910 return ((!r->match_tag_not && r->match_tag == *tag) || in pf_match_tag() 2911 (r->match_tag_not && r->match_tag != *tag)); in pf_match_tag() 3594 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_test_rule() 4015 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_test_fragment()
|
| H A D | pf_norm.c | 1055 else if (r->match_tag && !pf_match_tag(m, r, &tag, in pf_normalize_ip()
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 261 u_int16_t match_tag; member
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 373 u_int16_t match_tag; member
|