Searched refs:curr_start (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/net/bridge/ |
D | br_vlan_options.c | 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() [all …]
|
/Linux-v6.6/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()
|