Searched refs:ESP_STATINC (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/netipsec/
H A Dxform_esp.c487 ESP_STATINC(stat);
546 ESP_STATINC(ESP_STAT_NOXFORM);
551 ESP_STATINC(ESP_STAT_HIST + esp_stats[sav->alg_enc]);
573 ESP_STATINC(ESP_STAT_BADAUTH);
604 ESP_STATINC(ESP_STAT_REPLAY);
617 ESP_STATINC(ESP_STAT_HDROPS);
629 ESP_STATINC(ESP_STAT_BADILEN);
641 ESP_STATINC(ESP_STAT_BADENC);
722 ESP_STATINC(ESP_STAT_OUTPUT);
742 ESP_STATINC(ESP_STAT_NOP
[all...]
H A Dipsec_private.h53 #define ESP_STATINC(x) _NET_STATINC(espstat_percpu, x) macro
H A Dipsec_output.c392 ESP_STATINC(ESP_STAT_ ## type); \
H A Dipsec_input.c102 ESP_STATINC(x); \

Completed in 108 milliseconds