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

/net/tipc/
H A Dbcast.c714 struct tipc_bcbearer_pair *bp_temp = bcbearer->bpairs_temp; local
728 memset(bp_temp, 0, sizeof(bcbearer->bpairs_temp));
736 if (!bp_temp[b->priority].primary)
737 bp_temp[b->priority].primary = b;
739 bp_temp[b->priority].secondary = b;
749 if (!bp_temp[pri].primary)
752 bp_curr->primary = bp_temp[pri].primary;
754 if (bp_temp[pri].secondary) {
755 if (tipc_nmap_equal(&bp_temp[pri].primary->nodes,
756 &bp_temp[pr
[all...]

Completed in 16 milliseconds