Lines Matching full:broadcast
2 * net/tipc/bcast.c: TIPC broadcast code
48 const char tipc_bclink_name[] = "broadcast-link";
52 * struct tipc_bc_base - base structure for keeping broadcast send state
53 * @link: broadcast send link structure
56 * @primary_bearer: a bearer having links to all broadcast destinations, if any
57 * @bcast_support: indicates if primary bearer, if any, supports broadcast
58 * @force_bcast: forces broadcast for multicast traffic
62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
82 /* tipc_bcast_get_mtu(): -get the MTU currently used by broadcast link
167 /* tipc_bcbase_xmit - broadcast a packet queue across one or more bearers
218 /* Broadcast supported by used bearer/bearers? */ in tipc_bcast_select_xmit_method()
237 /* Configuration as force 'broadcast' method */ in tipc_bcast_select_xmit_method()
252 /* tipc_bcast_xmit - broadcast the buffer chain to all external nodes
255 * @cong_link_cnt: set to 1 if broadcast link is congested, otherwise 0
432 /* tipc_bcast_rcv - receive a broadcast packet, and deliver to rcv link
466 /* tipc_bcast_ack_rcv - receive and handle a broadcast acknowledge
531 /* tipc_bcast_add_peer - add a peer node to broadcast link and bearer
547 /* tipc_bcast_remove_peer - remove a peer node from broadcast link and bearer