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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.h37 struct pfkeystat { struct
77 extern struct pfkeystat pfkeystat;
H A Dkeysock.c66 struct pfkeystat pfkeystat; variable in typeref:struct:pfkeystat
104 pfkeystat.out_total++;
105 pfkeystat.out_bytes += m->m_pkthdr.len;
113 PFKEY_STAT_INCREMENT(pfkeystat.out_tooshort);
123 PFKEY_STAT_INCREMENT(pfkeystat.out_nomem);
137 PFKEY_STAT_INCREMENT(pfkeystat.out_msgtype[msg->sadb_msg_type]);
142 PFKEY_STAT_INCREMENT(pfkeystat.out_invlen);
178 PFKEY_STAT_INCREMENT(pfkeystat.in_nomem);
191 PFKEY_STAT_INCREMENT(pfkeystat
[all...]
H A Dkey.c323 SYSCTL_STRUCT(_net_key, KEYCTL_PFKEYSTAT, pfkeystat, CTLFLAG_RD | CTLFLAG_LOCKED,\
324 &pfkeystat, pfkeystat, "");
8311 PFKEY_STAT_INCREMENT(pfkeystat.out_invlen);
8320 PFKEY_STAT_INCREMENT(pfkeystat.out_invver);
8328 PFKEY_STAT_INCREMENT(pfkeystat.out_invmsgtype);
8385 PFKEY_STAT_INCREMENT(pfkeystat.out_invsatype);
8404 PFKEY_STAT_INCREMENT(pfkeystat.out_invsatype);
8415 PFKEY_STAT_INCREMENT(pfkeystat.out_invsatype);
8425 PFKEY_STAT_INCREMENT(pfkeystat
[all...]

Completed in 125 milliseconds