Home
last modified time | relevance | path

Searched refs:out_msgtype (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/netstat/
HDpfkey.c136 type<sizeof(pfkeystat.out_msgtype)/sizeof(pfkeystat.out_msgtype[0]); in pfkey_stats()
138 if (pfkeystat.out_msgtype[type] <= 0) in pfkey_stats()
148 (uintmax_t)pfkeystat.out_msgtype[type]); in pfkey_stats()
/NextBSD/sys/netipsec/
HDkeysock.h41 uint64_t out_msgtype[256]; /* message type histogram */ member
HDkeysock.c121 PFKEYSTAT_INC(out_msgtype[msg->sadb_msg_type]); in key_output()