Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dpfvar.h525 #define pf_state_counter_hton(s,d) do { \ macro
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c4264 pf_state_counter_hton(counter_u64_fetch(st->packets[0]), in pfsync_state_export()
4266 pf_state_counter_hton(counter_u64_fetch(st->packets[1]), in pfsync_state_export()
4268 pf_state_counter_hton(counter_u64_fetch(st->bytes[0]), sp->bytes[0]); in pfsync_state_export()
4269 pf_state_counter_hton(counter_u64_fetch(st->bytes[1]), sp->bytes[1]); in pfsync_state_export()
/f-stack/freebsd/net/
H A Dpfvar.h674 #define pf_state_counter_hton(s,d) do { \ macro