Searched defs:pfkeystat (Results 1 – 2 of 2) sorted by relevance
38 struct pfkeystat { struct40 uint64_t out_total; /* # of total calls */41 uint64_t out_bytes; /* total bytecount */42 uint64_t out_msgtype[256]; /* message type histogram */43 uint64_t out_invlen; /* invalid length field */44 uint64_t out_invver; /* invalid version field */45 uint64_t out_invmsgtype; /* invalid message type field */46 uint64_t out_tooshort; /* msg too short */47 uint64_t out_nomem; /* memory allocation failure */48 uint64_t out_dupext; /* duplicate extension */[all …]
110 struct pfkeystat pfkeystat; in pfkey_stats() local