Home
last modified time | relevance | path

Searched refs:IPCOMP_STATINC (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dxform_ipcomp.c220 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 …]
H A Dipsec_private.h56 #define IPCOMP_STATINC(x) _NET_STATINC(ipcompstat_percpu, x) macro
H A Dipsec_input.c108 IPCOMP_STATINC(z); \
H A Dipsec_output.c398 IPCOMP_STATINC(IPCOMP_STAT_ ## type); \ in ipsec_nextisr()