Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h589 PF_SC_NAME = 1, /* string */ enumerator
H A Dpf_nl.c2841 …{ .type = PF_SC_NAME, .off = _OUT(name), .arg = (void *)PF_SOURCELIM_NAME_LEN, .cb = nlattr_get_ch…
/freebsd/lib/libpfctl/
H A Dlibpfctl.c4285 snl_add_msg_attr_string(&nw, PF_SC_NAME, kill->name); in pfctl_source_clear()