Searched refs:curr_start (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
D | br_vlan_options.c | 194 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; in br_vlan_process_options() local 231 if (!curr_start) { in br_vlan_process_options() 232 curr_start = v; in br_vlan_process_options() 239 br_vlan_notify(br, p, curr_start->vid, in br_vlan_process_options() 241 curr_start = v; in br_vlan_process_options() 246 if (!curr_start) in br_vlan_process_options() 249 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options() 251 curr_start = NULL; in br_vlan_process_options() 255 if (curr_start) in br_vlan_process_options() 256 br_vlan_notify(br, p, curr_start->vid, curr_end->vid, in br_vlan_process_options()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | mca.c | 508 u64 curr_start, curr_end; in search_mca_table() local 512 curr_start = (u64) &curr->start_addr + curr->start_addr; in search_mca_table() 515 if ((ip >= curr_start) && (ip <= curr_end)) { in search_mca_table()
|