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