HomeSort by: relevance | last modified time | path
    Searched refs:ESP_STATINC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netipsec/
xform_esp.c 487 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_NOPF)
    [all...]
ipsec_private.h 53 #define ESP_STATINC(x) _NET_STATINC(espstat_percpu, x)
ipsec_input.c 102 ESP_STATINC(x); \
ipsec_output.c 392 ESP_STATINC(ESP_STAT_ ## type); \

Completed in 18 milliseconds