struct tipc_bcbearer - bearer used by broadcast link : (non-standard) broadcast bearer structure : (non-standard) broadcast media structure : array of bearer pairs : temporary array of bearer pairs used by tipc_bcbearer_sort() : temporary node map used by tipc_bcbearer_send() : temporary node map used tipc_bcbearer_send()
Note: The fields labelled "temporary" are incorporated into the bearer to avoid consuming potentially limited stack space through the use of large local variables within multicast routines. Concurrent access is prevented through use of the spinlock "bc_lock".
Definition at line 76 of file bcast.c.