Searched refs:statebit (Results 1 – 2 of 2) sorted by relevance
25 unsigned int statebit; in state_mt() local29 statebit = XT_STATE_BIT(ctinfo); in state_mt()31 statebit = XT_STATE_UNTRACKED; in state_mt()33 statebit = XT_STATE_INVALID; in state_mt()35 return (sinfo->statemask & statebit); in state_mt()
168 unsigned int statebit; in conntrack_mt() local173 statebit = XT_CONNTRACK_STATE_BIT(ctinfo); in conntrack_mt()175 statebit = XT_CONNTRACK_STATE_UNTRACKED; in conntrack_mt()177 statebit = XT_CONNTRACK_STATE_INVALID; in conntrack_mt()182 statebit |= XT_CONNTRACK_STATE_SNAT; in conntrack_mt()184 statebit |= XT_CONNTRACK_STATE_DNAT; in conntrack_mt()186 if (!!(state_mask & statebit) ^ in conntrack_mt()