Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/pf/
HDpf_ioctl.c4852 pf_state_counter_hton(st->packets[0], sp->packets[0]); in pfsync_state_export()
4853 pf_state_counter_hton(st->packets[1], sp->packets[1]); in pfsync_state_export()
4854 pf_state_counter_hton(st->bytes[0], sp->bytes[0]); in pfsync_state_export()
4855 pf_state_counter_hton(st->bytes[1], sp->bytes[1]); in pfsync_state_export()
/freebsd-13-stable/sys/net/
HDpfvar.h1007 #define pf_state_counter_hton(s,d) do { \ macro