Home
last modified time | relevance | path

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

/src/sys/netpfil/pf/
H A Dpf_nl.h225 PF_RT_MATCH_TAGNAME = 9, /* string */ enumerator
H A Dpf_nl.c723 …{ .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 Dlibpfctl.c1249 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 …