Searched refs:statebit (Results 1 – 2 of 2) sorted by relevance
28 unsigned int statebit; in state_mt() local32 statebit = XT_STATE_INVALID; in state_mt()35 statebit = XT_STATE_UNTRACKED; in state_mt()37 statebit = XT_STATE_BIT(ctinfo); in state_mt()39 return (sinfo->statemask & statebit); in state_mt()
171 unsigned int statebit; in conntrack_mt() local177 statebit = XT_CONNTRACK_STATE_UNTRACKED; in conntrack_mt()179 statebit = XT_CONNTRACK_STATE_BIT(ctinfo); in conntrack_mt()181 statebit = XT_CONNTRACK_STATE_INVALID; in conntrack_mt()186 statebit |= XT_CONNTRACK_STATE_SNAT; in conntrack_mt()188 statebit |= XT_CONNTRACK_STATE_DNAT; in conntrack_mt()190 if (!!(state_mask & statebit) ^ in conntrack_mt()