Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
HDif_pfsync.c308 pf_state_counter_hton(st->packets[0], sp->packets[0]); in pfsync_state_export()
309 pf_state_counter_hton(st->packets[1], sp->packets[1]); in pfsync_state_export()
310 pf_state_counter_hton(st->bytes[0], sp->bytes[0]); in pfsync_state_export()
311 pf_state_counter_hton(st->bytes[1], sp->bytes[1]); in pfsync_state_export()
HDpfvar.h971 #define pf_state_counter_hton(s,d) do { \ macro