Home
last modified time | relevance | path

Searched refs:curr_start (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/bridge/
Dbr_vlan_options.c222 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()
[all …]
/Linux-v5.15/arch/ia64/kernel/
Dmca.c510 u64 curr_start, curr_end; in search_mca_table() local
514 curr_start = (u64) &curr->start_addr + curr->start_addr; in search_mca_table()
517 if ((ip >= curr_start) && (ip <= curr_end)) { in search_mca_table()