Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.c1150 nlattr_add_u64_array(struct nl_writer *nw, int attr, size_t number, uint64_t *array) in nlattr_add_u64_array() function
1205 nlattr_add_u64_array(nw, PF_GS_BCOUNTERS, 2 * 2, (uint64_t *)s.bcounters); in pf_handle_get_status()
1206 nlattr_add_u64_array(nw, PF_GS_PCOUNTERS, 2 * 2 * 2, (uint64_t *)s.pcounters); in pf_handle_get_status()