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