Lines Matching refs:multicast
183 The Linux bridge driver has multicast support allowing it to process Internet
185 messages, and to efficiently forward multicast data packets. The bridge
192 to intelligently manage multicast traffic within a local area network (LAN).
194 The switch maintains a multicast group table, which records the association
195 between multicast group addresses and the ports where hosts have joined these
197 received. With the multicast group information gathered through snooping, the
198 switch optimizes the forwarding of multicast traffic. Instead of blindly
199 broadcasting the multicast traffic to all ports, it sends the multicast
201 subscribed the respective destination multicast group.
203 When created, the Linux bridge devices have multicast snooping enabled by
211 was added by `474ddb37fa3a ("net: bridge: multicast: add EHT allow/block handling")
217 latencies when a host leaves a multicast group or channel.
227 Other multicast features
230 The Linux bridge also supports `per-VLAN multicast snooping
234 which help identify the location of multicast routers.