ATOMIC_INC
# define ATOMIC_INC(x) { mtx_lock(&softc->ipf_rw.ipf_lk); (x)++; \
# define ATOMIC_INC(x) (x)++