Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h462 PF_SN_EXPIRE = 13, /* u64 */ enumerator
H A Dpf_nl.c1835 nlattr_add_u64(nw, PF_SN_EXPIRE, n->expire - secs); in pf_handle_get_srcnodes()
1837 nlattr_add_u64(nw, PF_SN_EXPIRE, 0); in pf_handle_get_srcnodes()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c3412 { .type = PF_SN_EXPIRE, .off = _OUT(expire), .cb = snl_attr_get_uint64 },