Searched defs:ahstat (Results 1 – 3 of 3) sorted by relevance
41 struct ahstat { struct42 uint64_t ahs_hdrops; /* Packet shorter than header shows */43 uint64_t ahs_nopf; /* Protocol family not supported */44 uint64_t ahs_notdb;45 uint64_t ahs_badkcr;46 uint64_t ahs_badauth;47 uint64_t ahs_noxform;48 uint64_t ahs_qfull;49 uint64_t ahs_wrap;50 uint64_t ahs_replay;[all …]
697 struct ahstat ahstat; in ah_sysctl_ahstat() local
956 &ahstat, &len, NULL, 0) == -1) { in ah_stats() local