Lines Matching refs:curr_start
270 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL;
307 if (!curr_start) {
308 curr_start = v;
315 br_vlan_notify(br, p, curr_start->vid,
317 curr_start = v;
322 if (!curr_start)
325 br_vlan_notify(br, p, curr_start->vid, curr_end->vid,
327 curr_start = NULL;
331 if (curr_start)
332 br_vlan_notify(br, p, curr_start->vid, curr_end->vid,
651 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL;
713 if (!curr_start) {
714 curr_start = v;
720 br_vlan_global_opts_notify(br, curr_start->vid,
722 curr_start = v;
727 if (!curr_start)
730 br_vlan_global_opts_notify(br, curr_start->vid,
732 curr_start = NULL;
736 if (curr_start)
737 br_vlan_global_opts_notify(br, curr_start->vid, curr_end->vid);