Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h166 # define ATOMIC_INCL(x) atomic_add_long(&(x), 1) macro
658 #ifndef ATOMIC_INCL
659 # define ATOMIC_INCL ATOMIC_INC macro
H A Dip_nat6.c127 #define NINCLSIDE6(y,x) ATOMIC_INCL(softn->ipf_nat_stats.ns_side6[y].x)
1410 ATOMIC_INCL(nside->ns_icmp_basic);
1418 ATOMIC_INCL(nside->ns_icmp_size);
1440 ATOMIC_INCL(nside->ns_icmp_mbuf);
1446 ATOMIC_INCL(nside->ns_icmp_mbuf);
1454 ATOMIC_INCL(nside->ns_icmp_address);
1497 ATOMIC_INCL(nside->ns_icmp_short);
3733 ATOMIC_INCL(softn->ipf_nat_stats.ns_divert_build);
H A Dip_nat.c3635 ATOMIC_INCL(nside->ns_icmp_basic);
3646 ATOMIC_INCL(nside->ns_icmp_size);
3667 ATOMIC_INCL(nside->ns_icmp_mbuf);
3673 ATOMIC_INCL(nside->ns_icmp_mbuf);
3681 ATOMIC_INCL(nside->ns_icmp_address);
3724 ATOMIC_INCL(nside->ns_icmp_short);
H A Dip_state.c140 #define SINCL(x) ATOMIC_INCL(softs->x)