Lines Matching defs:state
39 /* check if the options' state of v_curr allow it to enter the range */
43 return v_curr->state == range_end->state &&
63 u8 state,
71 if (state > BR_STATE_BLOCKING) {
72 NL_SET_ERR_MSG_MOD(extack, "Invalid vlan state");
82 NL_SET_ERR_MSG_MOD(extack, "Can't modify vlan state when using kernel STP");
86 if (v->state == state)
90 br_vlan_set_pvid_state(vg, state);
92 br_vlan_set_state(v, state);
172 u8 state = nla_get_u8(tb[BRIDGE_VLANDB_ENTRY_STATE]);
174 err = br_vlan_modify_state(vg, v, state, changed, extack);