Lines Matching refs:curr_start
222 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local
259 if (!curr_start) { in br_vlan_process_options()
260 curr_start = v; in br_vlan_process_options()
267 br_vlan_notify(br, p, curr_start->vid, in br_vlan_process_options()
269 curr_start = v; in br_vlan_process_options()
274 if (!curr_start) in br_vlan_process_options()
277 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()
279 curr_start = NULL; in br_vlan_process_options()
283 if (curr_start) in br_vlan_process_options()
284 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()
588 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_rtm_process_global_options() local
650 if (!curr_start) { in br_vlan_rtm_process_global_options()
651 curr_start = v; in br_vlan_rtm_process_global_options()
657 br_vlan_global_opts_notify(br, curr_start->vid, in br_vlan_rtm_process_global_options()
659 curr_start = v; in br_vlan_rtm_process_global_options()
664 if (!curr_start) in br_vlan_rtm_process_global_options()
667 br_vlan_global_opts_notify(br, curr_start->vid, in br_vlan_rtm_process_global_options()
669 curr_start = NULL; in br_vlan_rtm_process_global_options()
673 if (curr_start) in br_vlan_rtm_process_global_options()
674 br_vlan_global_opts_notify(br, curr_start->vid, curr_end->vid); in br_vlan_rtm_process_global_options()