Home
last modified time | relevance | path

Searched defs:ahstat (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netipsec/
H A Dah_var.h49 struct ahstat { struct
50 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
/freebsd/usr.bin/netstat/
H A Dipsec.c256 print_ahstats(const struct ahstat *ahstat) in print_ahstats()
304 struct ahstat ahstat; in ah_stats() local