/openbmc/linux/drivers/infiniband/core/ |
H A D | multicast.c | 115 struct ib_sa_multicast multicast; member 338 &member->multicast.rec, in send_join() 339 member->multicast.comp_mask, in send_join() 371 member->multicast.rec = group->rec; in join_group() 372 member->multicast.rec.join_state = join_state; in join_group() 382 return member->multicast.callback(status, &member->multicast); in fail_join() 406 adjust_membership(group, member->multicast.rec.join_state, -1); in process_group_error() 410 ret = member->multicast.callback(-ENETRESET, in process_group_error() 411 &member->multicast); in process_group_error() 414 ib_sa_free_multicast(&member->multicast); in process_group_error() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/uftp/ |
H A D | uftp_5.0.3.bb | 1 DESCRIPTION = "Encrypted UDP based FTP with multicast" 2 HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" 7 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/" 9 SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz"
|
/openbmc/linux/drivers/net/usb/ |
H A D | catc.c | 170 u8 multicast[64]; member 618 static void catc_multicast(const unsigned char *addr, u8 *multicast) in catc_multicast() argument 623 multicast[(crc >> 3) & 0x3f] |= 1 << (crc & 7); in catc_multicast() 634 memset(catc->multicast, 0, 64); in catc_set_multicast_list() 636 catc_multicast(broadcast, catc->multicast); in catc_set_multicast_list() 637 catc_multicast(netdev->dev_addr, catc->multicast); in catc_set_multicast_list() 640 memset(catc->multicast, 0xff, 64); in catc_set_multicast_list() 645 memset(catc->multicast, 0xff, 64); in catc_set_multicast_list() 650 catc->multicast[(crc >> 3) & 0x3f] |= 1 << (crc & 7); in catc_set_multicast_list() 652 catc->multicast[7-(crc >> 29)] |= 1 << ((crc >> 26) & 7); in catc_set_multicast_list() [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | altera_tse.txt | 29 - altr,has-hash-multicast-filter: 30 If present, TSE supports a hash based multicast filter. 31 Otherwise, hash-based multicast filtering is not supported. 72 altr,has-hash-multicast-filter; 110 altr,has-hash-multicast-filter;
|
H A D | stmmac.txt | 28 - snps,multicast-filter-bins: Number of multicast filter hash bins 59 snps,multicast-filter-bins = <256>;
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/ |
H A D | ssmping_0.9.1.bb | 2 HOMEPAGE = "http://www.venaas.no/multicast/ssmping/" 7 SRC_URI = "http://www.venaas.no/multicast/ssmping/${BP}.tar.gz \
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | prestera.rst | 48 - Traps multicast packets 126 - Drops packets with multicast source MAC address. 129 - Drops packets with illegal SIP/DIP multicast/unicast addresses. 135 - Drops packets with destination MAC being unicast, but destination IP address being multicast.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 7 Flooding multicast may make the rcv buffer overrun and is considered 32 err("multicast message not received"); 54 + * Flooding multicast may make the rcv buffer overrun and considered premature msg…
|
/openbmc/linux/Documentation/networking/ |
H A D | switchdev.rst | 180 - VLAN flooding of multicast/broadcast and unknown unicast packets 301 and other IEEE 01:80:c2:xx:xx:xx link-local multicast packets can pass. 310 For a given L2 VLAN domain, the switch device should flood multicast/broadcast 336 The bridge multicast module will notify port netdevs on every multicast group 338 The hardware implementation should be forwarding all registered multicast 431 including multicast, DHCP, IPv4/6, etc. If necessary, it should program the 432 appropriate filters for VLAN, multicast, unicast etc. The underlying device 434 when IGMP snooping is enabled for IP multicast over these switchdev network 435 devices and unsolicited multicast must be filtered as early as possible in 541 - when IGMP snooping is turned off, multicast traffic must be flooded to all [all …]
|
H A D | bareudp.rst | 18 MPLS procotcol can have ethertypes ETH_P_MPLS_UC (unicast) & ETH_P_MPLS_MC (multicast). 50 and multicast MPLS packets.
|
/openbmc/qemu/qapi/ |
H A D | net.json | 273 # @mcast: UDP multicast address and port number 275 # @localaddr: source address and port for multicast and udp packets 685 # If remote address is present and it's a multicast address, local 698 # multicast absent yes 699 # multicast present yes 700 # not multicast absent no 701 # not multicast present yes 804 # @multicast: multicast receive state 812 # @multicast-overflow: multicast table is overflowed or not 822 # @multicast-table: a list of multicast macaddr string [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | Kconfig | 227 tunneling" above). In addition, GRE allows multicast redistribution 262 bool "IPv6: multicast routing" 266 Support for IPv6 multicast forwarding. 270 bool "IPv6: multicast policy routing" 274 Normally, a multicast router runs a userspace daemon and decides 275 what to do with a multicast packet based on the source and 276 destination addresses. If you say Y here, the multicast router 287 Support for IPv6 PIM multicast routing protocol PIM-SMv2.
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | netlink-raw.rst | 16 multicast IDs used by raw netlink families. See :ref:`classic_netlink` for more 43 The ``value`` property is used to specify the group ID to use for multicast
|
/openbmc/linux/include/linux/ |
H A D | if_macvlan.h | 42 bool multicast) in macvlan_count_rx() argument 51 if (multicast) in macvlan_count_rx()
|
H A D | if_link.h | 15 __u64 multicast; member
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | gianfar.rst | 34 TSEC (and the extended hash table on the eTSEC) for multicast 37 multicast groups.
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 358 struct ib_sa_multicast *multicast) in ipoib_mcast_join_complete() argument 360 struct ipoib_mcast *mcast = multicast->context; in ipoib_mcast_join_complete() 376 status = ipoib_mcast_join_finish(mcast, &multicast->rec); in ipoib_mcast_join_complete() 451 mcast->mc = multicast; in ipoib_mcast_join_complete() 465 struct ib_sa_multicast *multicast; in ipoib_mcast_join() local 535 multicast = ib_sa_join_multicast(&ipoib_sa_client, priv->ca, priv->port, in ipoib_mcast_join() 538 if (IS_ERR(multicast)) { in ipoib_mcast_join() 539 ret = PTR_ERR(multicast); in ipoib_mcast_join()
|
H A D | Kconfig | 24 drops for multicast and UD mode traffic from this interface, 39 information about IB multicast groups used by the IPoIB
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_dev.c | 63 int enic_dev_packet_filter(struct enic *enic, int directed, int multicast, in enic_dev_packet_filter() argument 70 multicast, broadcast, promisc, allmulti); in enic_dev_packet_filter()
|
/openbmc/u-boot/include/linux/ |
H A D | netdevice.h | 38 unsigned long multicast; /* multicast packets received */ member
|
/openbmc/qemu/hw/net/ |
H A D | xgmac.c | 339 int unicast, broadcast, multicast; in eth_rx() local 348 multicast = !unicast && !broadcast; in eth_rx() 371 if (multicast) { in eth_rx()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | input_system.c | 846 config.multicast[i] = INPUT_SYSTEM_DISCARD_ALL; in input_system_configuration_reset() 1209 config.multicast[i] = INPUT_SYSTEM_CSI_BACKEND; in configuration_to_registers() 1215 config.multicast[i] = INPUT_SYSTEM_INPUT_BUFFER; in configuration_to_registers() 1219 config.multicast[i] = INPUT_SYSTEM_MULTICAST; in configuration_to_registers() 1223 config.multicast[i] = INPUT_SYSTEM_DISCARD_ALL; in configuration_to_registers() 1227 config.multicast[i] = INPUT_SYSTEM_DISCARD_ALL; in configuration_to_registers() 1232 config.multicast[i] = INPUT_SYSTEM_DISCARD_ALL; in configuration_to_registers() 1235 input_system_network_cfg.multicast_cfg[i] = config.multicast[i]; in configuration_to_registers() 1605 config.multicast[port] = INPUT_SYSTEM_CSI_BACKEND; in input_system_configure_channel_sensor() 1620 config.multicast[port] = INPUT_SYSTEM_INPUT_BUFFER; in input_system_configure_channel_sensor() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/igmpproxy/ |
H A D | igmpproxy_0.3.bb | 1 SUMMARY = "simple dynamic multicast routing daemon that only uses IGMP signalling"
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | cn23xx_pf_device.h | 52 u64 multicast; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/smcroute/ |
H A D | smcroute_2.5.7.bb | 2 DESCRIPTION = "SMCRoute is a daemon and command line tool to manipulate the multicast routing table…
|