Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h162 # define ATOMIC_INCL(x) atomic_add_long(&(x), 1) macro
646 #ifndef ATOMIC_INCL
647 # define ATOMIC_INCL ATOMIC_INC macro
Dip_nat6.c127 #define NINCLSIDE6(y,x) ATOMIC_INCL(softn->ipf_nat_stats.ns_side6[y].x)
1380 ATOMIC_INCL(nside->ns_icmp_basic); in ipf_nat6_icmperrorlookup()
1388 ATOMIC_INCL(nside->ns_icmp_size); in ipf_nat6_icmperrorlookup()
1410 ATOMIC_INCL(nside->ns_icmp_mbuf); in ipf_nat6_icmperrorlookup()
1416 ATOMIC_INCL(nside->ns_icmp_mbuf); in ipf_nat6_icmperrorlookup()
1424 ATOMIC_INCL(nside->ns_icmp_address); in ipf_nat6_icmperrorlookup()
1467 ATOMIC_INCL(nside->ns_icmp_short); in ipf_nat6_icmperrorlookup()
3669 ATOMIC_INCL(softn->ipf_nat_stats.ns_divert_build); in ipf_nat6_builddivertmp()
Dip_nat.c3568 ATOMIC_INCL(nside->ns_icmp_basic); in ipf_nat_icmperrorlookup()
3579 ATOMIC_INCL(nside->ns_icmp_size); in ipf_nat_icmperrorlookup()
3600 ATOMIC_INCL(nside->ns_icmp_mbuf); in ipf_nat_icmperrorlookup()
3606 ATOMIC_INCL(nside->ns_icmp_mbuf); in ipf_nat_icmperrorlookup()
3614 ATOMIC_INCL(nside->ns_icmp_address); in ipf_nat_icmperrorlookup()
3657 ATOMIC_INCL(nside->ns_icmp_short); in ipf_nat_icmperrorlookup()
Dip_state.c140 #define SINCL(x) ATOMIC_INCL(softs->x)