Searched refs:espstat (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/usr.bin/netstat/ |
| D | ipsec.c | 280 static void print_espstats(const struct espstat *espstat); 365 print_espstats(const struct espstat *espstat) in print_espstats() argument 367 #define p32(f, m) if (espstat->f || sflag <= 1) \ in print_espstats() 368 printf("\t%u" m, (unsigned int)espstat->f, plural(espstat->f)) in print_espstats() 369 #define p64(f, m) if (espstat->f || sflag <= 1) \ in print_espstats() 370 printf("\t%ju" m, (uintmax_t)espstat->f, plural(espstat->f)) in print_espstats() 394 hist(espstat->esps_hist, ipsec_espnames, "ESP output"); in print_espstats() 404 struct espstat espstat; in esp_stats() local 409 kread(off, (char *)&espstat, sizeof(espstat)); in esp_stats() 411 print_espstats(&espstat); in esp_stats()
|
| /freebsd-9-stable/sys/netipsec/ |
| D | esp_var.h | 50 struct espstat { struct 76 VNET_DECLARE(struct espstat, espstat); argument 81 #define V_espstat VNET(espstat)
|
| D | xform_esp.c | 80 VNET_DEFINE(struct espstat, espstat); 86 stats, CTLFLAG_RD, &VNET_NAME(espstat), espstat, "");
|
| /freebsd-9-stable/tools/tools/crypto/ |
| D | ipsecstats.c | 88 struct espstat esps; in main()
|