Lines Matching refs:f
164 #define p(f, m) if (ipsecstat->f || sflag <= 1) \ in print_ipsecstats() argument
165 xo_emit(m, (uintmax_t)ipsecstat->f, plural(ipsecstat->f)) in print_ipsecstats()
166 #define p2(f, m) if (ipsecstat->f || sflag <= 1) \ in print_ipsecstats() argument
167 xo_emit(m, (uintmax_t)ipsecstat->f, plurales(ipsecstat->f)) in print_ipsecstats()
268 #define p(f, n, m) if (ahstat->f || sflag <= 1) \ in print_ahstats() argument
270 (uintmax_t)ahstat->f, plural(ahstat->f)) in print_ahstats()
271 #define hist(f, n, t, c) \ in print_ahstats() argument
272 ipsec_hist_new((f), sizeof(f)/sizeof(f[0]), (n), (t), (c)) in print_ahstats()
327 #define p(f, n, m) if (espstat->f || sflag <= 1) \ in print_espstats() argument
329 (uintmax_t)espstat->f, plural(espstat->f)) in print_espstats()
330 #define hist(f, n, t, c) \ in print_espstats() argument
331 ipsec_hist_new((f), sizeof(f)/sizeof(f[0]), (n), (t), (c)); in print_espstats()
388 #define p(f, n, m) if (ipcompstat->f || sflag <= 1) \ in print_ipcompstats() argument
390 (uintmax_t)ipcompstat->f, plural(ipcompstat->f)) in print_ipcompstats()
391 #define hist(f, n, t, c) \ in print_ipcompstats() argument
392 ipsec_hist_new((f), sizeof(f)/sizeof(f[0]), (n), (t), (c)); in print_ipcompstats()