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

/net/batman-adv/
H A DMakefile39 batman-adv-$(CONFIG_BATMAN_ADV_MCAST) += multicast.o
H A DKconfig58 This option enables the multicast optimisation which aims to
60 multicast messages.
/net/ipv6/
H A DKconfig208 tunneling" above). In addition, GRE allows multicast redistribution
234 bool "IPv6: multicast routing"
237 Experimental support for IPv6 multicast forwarding.
241 bool "IPv6: multicast policy routing"
245 Normally, a multicast router runs a userspace daemon and decides
246 what to do with a multicast packet based on the source and
247 destination addresses. If you say Y here, the multicast router
258 Support for IPv6 PIM multicast routing protocol PIM-SMv2.
/net/ipv4/
H A Dip_tunnel_core.c187 tot->multicast = dev->stats.multicast;
H A Dip_tunnel.c432 tunnel->dev->stats.multicast++;
/net/8021q/
H A Dvlanproc.c296 seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast);
H A Dvlan_dev.c694 stats->multicast += rxmulticast;
/net/bridge/
H A Dbr_input.c118 br->dev->stats.multicast++;
/net/hsr/
H A Dhsr_forward.c202 dev->stats.multicast++;
225 * a non-supervision multicast or broadcast frame.
/net/mac80211/
H A Dtrace.h464 u64 multicast),
466 TP_ARGS(local, changed_flags, total_flags, multicast),
472 __field(u64, multicast)
479 __entry->multicast = multicast;
H A Ddriver-ops.h251 u64 multicast)
256 multicast);
258 multicast);
248 drv_configure_filter(struct ieee80211_local *local, unsigned int changed_flags, unsigned int *total_flags, u64 multicast) argument
H A Dtx.c326 * No associated STAs - no need to send multicast
394 * broadcast/multicast frame
805 * counter. QoS data frames with a multicast destination
1818 bool multicast; local
2033 * if it is a multicast address (which can only happen
2036 multicast = is_multicast_ether_addr(hdr.addr1);
2037 if (!multicast) {
2060 !multicast && !authorized &&
2073 if (unlikely(!multicast && skb->sk &&
2993 /* more buffered multicast/broadcas
[all...]
H A Drx.c509 * frames with a broadcast/multicast address in the
1402 * When selecting a key, we have to distinguish between multicast
1409 * Note that in a regular BSS, multicast frames are sent by the
1422 * addressed to us nor a multicast frame.
1455 /* Broadcast/multicast robust management frame / BIP */
1535 /* check per-station GTK first, if multicast packet */
1949 * send multicast frames both to higher layers in
1954 net_info_ratelimited("%s: failed to clone multicast frame\n",
3094 int multicast = is_multicast_ether_addr(hdr->addr1); local
3100 if (!multicast
[all...]
/net/wireless/
H A Drdev-ops.h114 bool multicast)
118 unicast, multicast);
120 unicast, multicast);
112 rdev_set_default_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) argument
H A Dtrace.h433 bool unicast, bool multicast),
434 TP_ARGS(wiphy, netdev, key_index, unicast, multicast),
440 __field(bool, multicast)
447 __entry->multicast = multicast;
449 TP_printk(WIPHY_PR_FMT ", " NETDEV_PR_FMT ", key index: %u, unicast: %s, multicast: %s",
452 BOOL_TO_STR(__entry->multicast))
/net/core/
H A Dnet-procfs.c90 stats->rx_compressed, stats->multicast,
111 "compressed multicast|bytes packets errs "
H A Dnet-sysfs.c470 NETSTAT_ENTRY(multicast); variable
H A Drtnetlink.c769 a->multicast = b->multicast;

Completed in 172 milliseconds