Searched refs:bp_temp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/tipc/
H A Dbcast.c668 struct tipc_bcbearer_pair *bp_temp = bcbearer->bpairs_temp; tipc_bcbearer_sort() local
682 memset(bp_temp, 0, sizeof(bcbearer->bpairs_temp)); tipc_bcbearer_sort()
690 if (!bp_temp[b->priority].primary) tipc_bcbearer_sort()
691 bp_temp[b->priority].primary = b; tipc_bcbearer_sort()
693 bp_temp[b->priority].secondary = b; tipc_bcbearer_sort()
703 if (!bp_temp[pri].primary) tipc_bcbearer_sort()
706 bp_curr->primary = bp_temp[pri].primary; tipc_bcbearer_sort()
708 if (bp_temp[pri].secondary) { tipc_bcbearer_sort()
709 if (tipc_nmap_equal(&bp_temp[pri].primary->nodes, tipc_bcbearer_sort()
710 &bp_temp[pri].secondary->nodes)) { tipc_bcbearer_sort()
711 bp_curr->secondary = bp_temp[pri].secondary; tipc_bcbearer_sort()
714 bp_curr->primary = bp_temp[pri].secondary; tipc_bcbearer_sort()

Completed in 117 milliseconds