Searched defs:ahstat (Results 1 – 2 of 2) sorted by relevance
49 struct ahstat { struct50 uint64_t ahs_hdrops; /* Packet shorter than header shows */51 uint64_t ahs_nopf; /* Protocol family not supported */52 uint64_t ahs_notdb;53 uint64_t ahs_badkcr;54 uint64_t ahs_badauth;78 VNET_PCPUSTAT_DECLARE(struct ahstat, ahstat); argument
256 print_ahstats(const struct ahstat *ahstat) in print_ahstats()304 struct ahstat ahstat; in ah_stats() local