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

/freebsd-11.0-release/usr.bin/netstat/
H A Dpfkey.c118 struct pfkeystat pfkeystat; local
125 kread_counters(off, (char *)&pfkeystat, sizeof(pfkeystat));
127 #define p(f, m) if (pfkeystat.f || sflag <= 1) \
128 xo_emit(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f))
136 type<sizeof(pfkeystat.out_msgtype)/sizeof(pfkeystat.out_msgtype[0]);
138 if (pfkeystat
[all...]
/freebsd-11.0-release/sys/netipsec/
H A Dkeysock.h37 struct pfkeystat { struct
74 VNET_PCPUSTAT_DECLARE(struct pfkeystat, pfkeystat);
76 VNET_PCPUSTAT_ADD(struct pfkeystat, pfkeystat, name, (val))
H A Dkeysock.c79 VNET_PCPUSTAT_DEFINE(struct pfkeystat, pfkeystat);
80 VNET_PCPUSTAT_SYSINIT(pfkeystat); variable
83 VNET_PCPUSTAT_SYSUNINIT(pfkeystat); variable

Completed in 54 milliseconds