Searched refs:match_tag (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/lib/libpfctl/
H A Dlibpfctl.h103 u_int16_t match_tag; member in struct:pfctl_rule
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y249 char *match_tag;
279 char *match_tag;
883 if ($9.match_tag)
884 if (strlcpy(r.match_tagname, $9.match_tag,
926 if ($9.match_tag)
927 if (strlcpy(r.match_tagname, $9.match_tag,
1138 if ($8.match_tag)
1139 if (strlcpy(r.match_tagname, $8.match_tag,
1247 scrub_opts.match_tag = $3;
2091 if ($9.match_tag)
[all...]
H A Dpfctl_optimize.c199 PF_RULE_FIELD(match_tag, DC),
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h503 u_int16_t match_tag; member in struct:pf_rule
H A Dpf_ioctl.c459 if (rule->match_tag)
460 tag_unref(&V_pf_tags, rule->match_tag);
1015 PF_MD5_UPD_HTONS(rule, match_tag, x); /* dup? */
1617 rule->match_tag = krule->match_tag;
1727 krule->match_tag = rule->match_tag;
2010 if ((rule->match_tag =
2643 if ((newrule->match_tag = pf_tagname2tag(
H A Dpf_lb.c180 else if (r->match_tag && !pf_match_tag(m, r, &tag,
H A Dpf.c2917 return ((!r->match_tag_not && r->match_tag == *tag) ||
2918 (r->match_tag_not && r->match_tag != *tag));
3601 else if (r->match_tag && !pf_match_tag(m, r, &tag,
4022 else if (r->match_tag && !pf_match_tag(m, r, &tag,
H A Dpf_norm.c1059 else if (r->match_tag && !pf_match_tag(m, r, &tag,
/freebsd-13-stable/sys/net/
H A Dpfvar.h374 u_int16_t match_tag; member in struct:pf_krule

Completed in 313 milliseconds