Home
last modified time | relevance | path

Searched refs:IPIP_STATINC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dxform_ipip.c134 IPIP_STATINC(IPIP_STAT_IPACKETS); in _ipip_input()
152 IPIP_STATINC(IPIP_STAT_FAMILY); in _ipip_input()
161 IPIP_STATINC(IPIP_STAT_HDROPS); in _ipip_input()
187 IPIP_STATINC(IPIP_STAT_HDROPS); in _ipip_input()
210 IPIP_STATINC(IPIP_STAT_FAMILY); in _ipip_input()
221 IPIP_STATINC(IPIP_STAT_HDROPS); in _ipip_input()
271 IPIP_STATINC(IPIP_STAT_SPOOF); in _ipip_input()
288 IPIP_STATINC(IPIP_STAT_SPOOF); in _ipip_input()
313 IPIP_STATINC(IPIP_STAT_QFULL); in _ipip_input()
352 IPIP_STATINC(IPIP_STAT_UNSPEC); in ipip_output()
[all …]
H A Dipsec_private.h59 #define IPIP_STATINC(x) _NET_STATINC(ipipstat_percpu, x) macro