Searched refs:curr_start (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/bridge/ |
D | br_vlan_options.c | 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() [all …]
|
/linux-6.1.9/arch/ia64/kernel/ |
D | mca.c | 509 u64 curr_start, curr_end; in search_mca_table() local 513 curr_start = (u64) &curr->start_addr + curr->start_addr; in search_mca_table() 516 if ((ip >= curr_start) && (ip <= curr_end)) { in search_mca_table()
|