Lines Matching refs:curr_end
270 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local
309 curr_end = v; in br_vlan_process_options()
314 !br_vlan_can_enter_range(v, curr_end)) { in br_vlan_process_options()
316 curr_end->vid, RTM_NEWVLAN); in br_vlan_process_options()
319 curr_end = v; in br_vlan_process_options()
325 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()
328 curr_end = NULL; 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
715 curr_end = v; in br_vlan_rtm_process_global_options()
719 if (!br_vlan_global_opts_can_enter_range(v, curr_end)) { in br_vlan_rtm_process_global_options()
721 curr_end->vid); in br_vlan_rtm_process_global_options()
724 curr_end = v; in br_vlan_rtm_process_global_options()
731 curr_end->vid); in br_vlan_rtm_process_global_options()
733 curr_end = NULL; 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()