Searched refs:pfkeystat (Results 1 – 3 of 3) sorted by relevance
116 struct pfkeystat pfkeystat; in pfkey_stats() local122 kread(off, (char *)&pfkeystat, sizeof(pfkeystat)); in pfkey_stats()124 #define p(f, m) if (pfkeystat.f || sflag <= 1) \ in pfkey_stats()125 printf(m, (uintmax_t)pfkeystat.f, plural(pfkeystat.f)) in pfkey_stats()131 type < sizeof(pfkeystat.out_msgtype)/sizeof(pfkeystat.out_msgtype[0]); in pfkey_stats()133 if (pfkeystat.out_msgtype[type] <= 0) in pfkey_stats()140 (uintmax_t)pfkeystat.out_msgtype[type]); in pfkey_stats()156 type < sizeof(pfkeystat.in_msgtype)/sizeof(pfkeystat.in_msgtype[0]); in pfkey_stats()158 if (pfkeystat.in_msgtype[type] <= 0) in pfkey_stats()165 (uintmax_t)pfkeystat.in_msgtype[type]); in pfkey_stats()
37 struct pfkeystat { struct72 VNET_DECLARE(struct pfkeystat, pfkeystat); argument75 #define V_pfkeystat VNET(pfkeystat)
80 VNET_DEFINE(struct pfkeystat, pfkeystat);