Searched refs:PF_RT_MATCH_TAGNAME (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netpfil/pf/ |
| H A D | pf_nl.h | 225 PF_RT_MATCH_TAGNAME = 9, /* string */ enumerator
|
| H A D | pf_nl.c | 723 …{ .type = PF_RT_MATCH_TAGNAME, .off = _OUT(match_tagname), .arg = (void *)PF_TAG_NAME_SIZE, .cb = … 957 nlattr_add_string(nw, PF_RT_MATCH_TAGNAME, rule->match_tagname); in pf_handle_getrule()
|
| /src/lib/libpfctl/ |
| H A D | libpfctl.c | 1249 snl_add_msg_attr_string(nw, PF_RT_MATCH_TAGNAME, r->match_tagname); in snl_add_msg_attr_pf_rule() 1637 …{ .type = PF_RT_MATCH_TAGNAME, .off = _OUT(r.match_tagname), .arg = (void *)PF_TAG_NAME_SIZE, .cb …
|