Searched defs:KI (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c202 #define KI(x) kstat_named_init(&(ahstack->ah_kstats->ah_stat_##x), #x, K64) macro
204 KI(num_aalgs);
205 KI(good_auth);
206 KI(bad_auth);
207 KI(replay_failures);
208 KI(replay_early_failures);
209 KI(keysock_in);
210 KI(out_requests);
211 KI(acquire_requests);
212 KI(bytes_expire
218 #undef KI macro
[all...]
H A Dipsecesp.c249 #define KI(x) kstat_named_init(&(espstack->esp_kstats->esp_stat_##x), #x, K64) macro
251 KI(num_aalgs);
252 KI(num_ealgs);
253 KI(good_auth);
254 KI(bad_auth);
255 KI(bad_padding);
256 KI(replay_failures);
257 KI(replay_early_failures);
258 KI(keysock_in);
259 KI(out_request
269 #undef KI macro
[all...]
H A Dspd.c559 #define KI(x) kstat_named_init(&ipss->ipsec_kstats->x, #x, KSTAT_DATA_UINT64) macro
560 KI(esp_stat_in_requests);
561 KI(esp_stat_in_discards);
562 KI(esp_stat_lookup_failure);
563 KI(ah_stat_in_requests);
564 KI(ah_stat_in_discards);
565 KI(ah_stat_lookup_failure);
566 KI(sadb_acquire_maxpackets);
567 KI(sadb_acquire_qhiwater);
568 #undef KI macro
[all...]

Completed in 56 milliseconds