Lines Matching defs:state
87 u8 state;
89 if (!p || p->state == BR_STATE_DISABLED)
92 state = p->state;
94 &state))
117 if (state == BR_STATE_LEARNING)
215 struct nf_hook_state state;
230 nf_hook_state_init(&state, NF_BR_PRE_ROUTING,
235 verdict = nf_hook_entry_hookfn(&e->hooks[i], skb, &state);
247 ret = nf_queue(skb, &state, i, verdict);
357 switch (p->state) {