Searched refs:pfkeystat (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.bin/netstat/
H A Dpfkey.c119 struct pfkeystat pfkeystat; local
126 kread_counters(off, (char *)&pfkeystat, sizeof(pfkeystat));
128 #define p(f, m) if (pfkeystat.f || sflag <= 1) \
129 xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f))
137 type<sizeof(pfkeystat.out_msgtype)/sizeof(pfkeystat.out_msgtype[0]);
139 if (pfkeystat
[all...]
/freebsd-12-stable/sys/netipsec/
H A Dkeysock.h39 struct pfkeystat { struct
76 VNET_PCPUSTAT_DECLARE(struct pfkeystat, pfkeystat);
78 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
H A Dkeysock.c81 VNET_PCPUSTAT_DEFINE(struct pfkeystat, pfkeystat);
82 VNET_PCPUSTAT_SYSINIT(pfkeystat); variable
85 VNET_PCPUSTAT_SYSUNINIT(pfkeystat); variable

Completed in 59 milliseconds