Lines Matching refs:pfkeystat
97 struct pfkeystat pfkeystat; variable
138 pfkeystat.out_total++;
139 pfkeystat.out_bytes += m->m_pkthdr.len;
147 PFKEY_STAT_INCREMENT(pfkeystat.out_tooshort);
157 PFKEY_STAT_INCREMENT(pfkeystat.out_nomem);
172 PFKEY_STAT_INCREMENT(pfkeystat.out_msgtype[msg->sadb_msg_type]);
177 PFKEY_STAT_INCREMENT(pfkeystat.out_invlen);
212 PFKEY_STAT_INCREMENT(pfkeystat.in_nomem); in key_sendup0()
226 PFKEY_STAT_INCREMENT(pfkeystat.in_msgtype[pmsg->sadb_msg_type]); in key_sendup0()
234 PFKEY_STAT_INCREMENT(pfkeystat.in_nomem); in key_sendup0()
260 pfkeystat.in_total++; in key_sendup_mbuf()
261 pfkeystat.in_bytes += m->m_pkthdr.len; in key_sendup_mbuf()
267 PFKEY_STAT_INCREMENT(pfkeystat.in_nomem); in key_sendup_mbuf()
277 PFKEY_STAT_INCREMENT(pfkeystat.in_msgtype[msg->sadb_msg_type]); in key_sendup_mbuf()
326 PFKEY_STAT_INCREMENT(pfkeystat.in_msgtarget[target]); in key_sendup_mbuf()
339 PFKEY_STAT_INCREMENT(pfkeystat.in_nomem); in key_sendup_mbuf()