Searched refs:espstat_percpu (Results 1 – 4 of 4) sorted by relevance
40 extern percpu_t *espstat_percpu;53 #define ESP_STATINC(x) _NET_STATINC(espstat_percpu, x)54 #define ESP_STATADD(x, v) _NET_STATADD(espstat_percpu, x, v)
87 percpu_t *espstat_percpu; variable1031 espstat_percpu = percpu_alloc(sizeof(uint64_t) * ESP_NSTATS); in esp_attach()
434 return (NETSTAT_SYSCTL(espstat_percpu, ESP_NSTATS)); in sysctl_net_inet_esp_stats()
2516 extern percpu_t *espstat_percpu; in mvxpsec_packet_setmbuf()2522 _NET_STATINC(espstat_percpu, ESP_STAT_TOOBIG); in mvxpsec_packet_setmbuf()2567 extern percpu_t *espstat_percpu; in mvxpsec_packet_setuio()2573 _NET_STATINC(espstat_percpu, ESP_STAT_TOOBIG); in mvxpsec_packet_setuio()