Lines Matching refs:curr_start
227 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local
264 if (!curr_start) { in br_vlan_process_options()
265 curr_start = v; in br_vlan_process_options()
272 br_vlan_notify(br, p, curr_start->vid, in br_vlan_process_options()
274 curr_start = v; in br_vlan_process_options()
279 if (!curr_start) in br_vlan_process_options()
282 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()
284 curr_start = NULL; in br_vlan_process_options()
288 if (curr_start) in br_vlan_process_options()
289 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()
608 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local
670 if (!curr_start) { in br_vlan_rtm_process_global_options()
671 curr_start = v; in br_vlan_rtm_process_global_options()
677 br_vlan_global_opts_notify(br, curr_start->vid, in br_vlan_rtm_process_global_options()
679 curr_start = v; in br_vlan_rtm_process_global_options()
684 if (!curr_start) in br_vlan_rtm_process_global_options()
687 br_vlan_global_opts_notify(br, curr_start->vid, in br_vlan_rtm_process_global_options()
689 curr_start = NULL; in br_vlan_rtm_process_global_options()
693 if (curr_start) in br_vlan_rtm_process_global_options()
694 br_vlan_global_opts_notify(br, curr_start->vid, curr_end->vid); in br_vlan_rtm_process_global_options()