Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/pf/
HDpf_ioctl.c3567 pf_state_counter_hton(st->packets[0], sp->packets[0]); in pfsync_state_export()
3568 pf_state_counter_hton(st->packets[1], sp->packets[1]); in pfsync_state_export()
3569 pf_state_counter_hton(st->bytes[0], sp->bytes[0]); in pfsync_state_export()
3570 pf_state_counter_hton(st->bytes[1], sp->bytes[1]); in pfsync_state_export()
/freebsd-11-stable/sys/net/
HDpfvar.h891 #define pf_state_counter_hton(s,d) do { \ macro