Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_ipsp.h185 extern struct cpumem *ipseccounters;
190 counters_inc(ipseccounters, c); in ipsecstat_inc()
196 counters_dec(ipseccounters, c); in ipsecstat_dec()
202 counters_add(ipseccounters, c, v); in ipsecstat_add()
208 counters_pkt(ipseccounters, p, b, v); in ipsecstat_pkt()
H A Dipsec_input.c140 struct cpumem *ipseccounters; variable
172 ipseccounters = counters_alloc(ipsec_ncounters); in ipsec_init()
743 counters_read(ipseccounters, (uint64_t *)&ipsecstat, ipsec_ncounters, in ipsec_sysctl_ipsecstat()