Searched refs:PFKEYSTAT_INC (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/netipsec/
H A Dkeysock.c98 PFKEYSTAT_INC(out_total);
103 PFKEYSTAT_INC(out_tooshort);
110 PFKEYSTAT_INC(out_nomem);
121 PFKEYSTAT_INC(out_msgtype[msg->sadb_msg_type]);
123 PFKEYSTAT_INC(out_invlen);
149 PFKEYSTAT_INC(in_nomem);
159 PFKEYSTAT_INC(in_msgtype[pmsg->sadb_msg_type]);
164 PFKEYSTAT_INC(in_nomem);
192 PFKEYSTAT_INC(in_total);
194 PFKEYSTAT_INC(in_msgtyp
[all...]
H A Dkeysock.h77 #define PFKEYSTAT_INC(name) PFKEYSTAT_ADD(name, 1) macro
H A Dkey.c7270 PFKEYSTAT_INC(out_invlen);
7278 PFKEYSTAT_INC(out_invver);
7286 PFKEYSTAT_INC(out_invmsgtype);
7338 PFKEYSTAT_INC(out_invsatype);
7358 PFKEYSTAT_INC(out_invsatype);
7369 PFKEYSTAT_INC(out_invsatype);
7379 PFKEYSTAT_INC(out_invsatype);
7397 PFKEYSTAT_INC(out_invaddr);
7407 PFKEYSTAT_INC(out_invaddr);
7415 PFKEYSTAT_INC(out_invadd
[all...]

Completed in 60 milliseconds