Lines Matching full:broadcast
2 * net/tipc/bcast.c: TIPC broadcast code
48 const char tipc_bclink_name[] = "broadcast-link";
51 * struct tipc_bc_base - base structure for keeping broadcast send state
52 * @link: broadcast send link structure
55 * @primary_bearer: a bearer having links to all broadcast destinations, if any
56 * @bcast_support: indicates if primary bearer, if any, supports broadcast
59 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
77 /* tipc_bcast_get_mtu(): -get the MTU currently used by broadcast link
156 /* tipc_bcbase_xmit - broadcast a packet queue across one or more bearers
207 /* Broadcast supported by used bearer/bearers? */ in tipc_bcast_select_xmit_method()
226 /* tipc_bcast_xmit - broadcast the buffer chain to all external nodes
229 * @cong_link_cnt: set to 1 if broadcast link is congested, otherwise 0
326 /* tipc_bcast_rcv - receive a broadcast packet, and deliver to rcv link
360 /* tipc_bcast_ack_rcv - receive and handle a broadcast acknowledge
418 /* tipc_bcast_add_peer - add a peer node to broadcast link and bearer
434 /* tipc_bcast_remove_peer - remove a peer node from broadcast link and bearer