Searched refs:statebit (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/
H A Dxt_state.c28 unsigned int statebit; local
32 statebit = XT_STATE_INVALID;
35 statebit = XT_STATE_UNTRACKED;
37 statebit = XT_STATE_BIT(ctinfo);
39 return (sinfo->statemask & statebit);
H A Dxt_conntrack.c171 unsigned int statebit; local
177 statebit = XT_CONNTRACK_STATE_UNTRACKED;
179 statebit = XT_CONNTRACK_STATE_BIT(ctinfo);
181 statebit = XT_CONNTRACK_STATE_INVALID;
186 statebit |= XT_CONNTRACK_STATE_SNAT;
188 statebit |= XT_CONNTRACK_STATE_DNAT;
190 if (!!(state_mask & statebit) ^

Completed in 67 milliseconds