Home
last modified time | relevance | path

Searched refs:PF_CS_LABEL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h340 PF_CS_LABEL = 10, /* string */ enumerator
H A Dpf_nl.c1122 { .type = PF_CS_LABEL, .off = _OUT(psk_label), .arg = (void *)PF_RULE_LABEL_SIZE, .cb = nlattr_get_chara },
/freebsd/lib/libsysdecode/
H A Dnetlink.c338 { .type = PF_CS_LABEL, .attr_name = "label", .cb = nlattr_decode_string },
/freebsd/lib/libpfctl/
H A Dlibpfctl.c2129 snl_add_msg_attr_string(&nw, PF_CS_LABEL, kill->label); in _pfctl_clear_states_h()