Lines Matching refs:bp_temp
635 struct bcbearer_pair *bp_temp = bcbearer->bpairs_temp; in tipc_bcbearer_sort() local
644 memset(bp_temp, 0, sizeof(bcbearer->bpairs_temp)); in tipc_bcbearer_sort()
652 if (!bp_temp[b->priority].primary) in tipc_bcbearer_sort()
653 bp_temp[b->priority].primary = b; in tipc_bcbearer_sort()
655 bp_temp[b->priority].secondary = b; in tipc_bcbearer_sort()
665 if (!bp_temp[pri].primary) in tipc_bcbearer_sort()
668 bp_curr->primary = bp_temp[pri].primary; in tipc_bcbearer_sort()
670 if (bp_temp[pri].secondary) { in tipc_bcbearer_sort()
671 if (tipc_nmap_equal(&bp_temp[pri].primary->nodes, in tipc_bcbearer_sort()
672 &bp_temp[pri].secondary->nodes)) { in tipc_bcbearer_sort()
673 bp_curr->secondary = bp_temp[pri].secondary; in tipc_bcbearer_sort()
676 bp_curr->primary = bp_temp[pri].secondary; in tipc_bcbearer_sort()