NF_NAT_MAX_ATTEMPTS
#define NF_NAT_HARDER_THRESH (NF_NAT_MAX_ATTEMPTS / 4)
if (attempts > NF_NAT_MAX_ATTEMPTS)
attempts = NF_NAT_MAX_ATTEMPTS;