Searched refs:curr_start (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A 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 in br_vlan_process_options() [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A 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 in br_vlan_process_options() 651 struct net_bridge_vlan *v, *curr_start = NULL, *curr_end = NULL; br_vlan_rtm_process_global_options() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A 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()
|
Completed in 7 milliseconds