Searched refs:IPCOMP_STATINC (Results 1 – 4 of 4) sorted by relevance
220 IPCOMP_STATINC(stat); in ipcomp_input()274 IPCOMP_STATINC(IPCOMP_STAT_NOXFORM); in ipcomp_input_cb()279 IPCOMP_STATINC(IPCOMP_STAT_HIST + ipcomp_stats[sav->alg_comp]); in ipcomp_input_cb()302 IPCOMP_STATINC(IPCOMP_STAT_HDROPS); in ipcomp_input_cb()313 IPCOMP_STATINC(IPCOMP_STAT_HDROPS); in ipcomp_input_cb()324 IPCOMP_STATINC(IPCOMP_STAT_HDROPS); in ipcomp_input_cb()374 IPCOMP_STATINC(IPCOMP_STAT_MINLEN); in ipcomp_output()380 IPCOMP_STATINC(IPCOMP_STAT_OUTPUT); in ipcomp_output()395 IPCOMP_STATINC(IPCOMP_STAT_NOPF); in ipcomp_output()405 IPCOMP_STATINC(IPCOMP_STAT_TOOBIG); in ipcomp_output()[all …]
56 #define IPCOMP_STATINC(x) _NET_STATINC(ipcompstat_percpu, x) macro
108 IPCOMP_STATINC(z); \
398 IPCOMP_STATINC(IPCOMP_STAT_ ## type); \ in ipsec_nextisr()