Home
last modified time | relevance | path

Searched refs:broadcast (Results 1 – 151 of 151) sorted by relevance

/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c222 if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4, in ipoib_mcast_join_finish()
225 if (!priv->broadcast) { in ipoib_mcast_join_finish()
230 priv->broadcast->mcmember.qkey = mcmember->qkey; in ipoib_mcast_join_finish()
231 priv->broadcast->mcmember.mtu = mcmember->mtu; in ipoib_mcast_join_finish()
232 priv->broadcast->mcmember.traffic_class = mcmember->traffic_class; in ipoib_mcast_join_finish()
233 priv->broadcast->mcmember.rate = mcmember->rate; in ipoib_mcast_join_finish()
234 priv->broadcast->mcmember.sl = mcmember->sl; in ipoib_mcast_join_finish()
235 priv->broadcast->mcmember.flow_label = mcmember->flow_label; in ipoib_mcast_join_finish()
236 priv->broadcast->mcmember.hop_limit = mcmember->hop_limit; in ipoib_mcast_join_finish()
241 IPOIB_UD_MTU(ib_mtu_enum_to_int(priv->broadcast->mcmember.mtu)); in ipoib_mcast_join_finish()
[all …]
Dipoib_vlan.c71 priv->dev->broadcast[8] = pkey >> 8; in __ipoib_vlan_add()
72 priv->dev->broadcast[9] = pkey & 0xff; in __ipoib_vlan_add()
Dipoib_main.c533 if (!priv->broadcast) in path_rec_create()
550 path->pathrec.traffic_class = priv->broadcast->mcmember.traffic_class; in path_rec_create()
1399 memcpy(dev->broadcast, ipv4_bcast_addr, INFINIBAND_ALEN); in ipoib_setup()
1610 priv->dev->broadcast[8] = priv->pkey >> 8; in ipoib_add_port()
1611 priv->dev->broadcast[9] = priv->pkey & 0xff; in ipoib_add_port()
Dipoib_ib.c237 else if (memcmp(dgid, dev->broadcast + 4, sizeof(union ib_gid)) == 0) in ipoib_ib_handle_rx_wc()
964 priv->dev->broadcast[8] = priv->pkey >> 8; in update_parent_pkey()
965 priv->dev->broadcast[9] = priv->pkey & 0xff; in update_parent_pkey()
Dipoib.h327 struct ipoib_mcast *broadcast; member
/linux-4.1.27/include/net/
Dif_inet6.h231 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map() argument
233 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map()
243 buf[8] = broadcast[8]; /* P_Key */ in ipv6_ib_mc_map()
244 buf[9] = broadcast[9]; in ipv6_ib_mc_map()
249 const unsigned char *broadcast, char *buf) in ipv6_ipgre_mc_map() argument
251 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) { in ipv6_ipgre_mc_map()
252 memcpy(buf, broadcast, 4); in ipv6_ipgre_mc_map()
Dip.h402 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ib_mc_map() argument
405 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map()
416 buf[8] = broadcast[8]; /* P_Key */ in ip_ib_mc_map()
417 buf[9] = broadcast[9]; in ip_ib_mc_map()
433 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ipgre_mc_map() argument
435 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) in ip_ipgre_mc_map()
436 memcpy(buf, broadcast, 4); in ip_ipgre_mc_map()
/linux-4.1.27/include/rdma/
Dib_addr.h70 unsigned char broadcast[MAX_ADDR_LEN]; member
119 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey()
124 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey()
125 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey()
131 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
/linux-4.1.27/net/bluetooth/bnep/
Dnetdev.c79 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list()
86 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list()
87 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list()
221 eth_broadcast_addr(dev->broadcast); in bnep_net_setup()
Dcore.c174 set_bit(bnep_mc_hash(s->dev->broadcast), (ulong *) &s->mc_filter); in bnep_ctrl_set_mcfilter()
612 set_bit(bnep_mc_hash(dev->broadcast), (ulong *) &s->mc_filter); in bnep_add_connection()
/linux-4.1.27/kernel/time/
Dtick-internal.h20 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast);
60 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast);
77 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
Dtick-common.c133 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() argument
135 tick_set_periodic_handler(dev, broadcast); in tick_setup_periodic()
403 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local
406 if (!broadcast) { in tick_resume_local()
DMakefile7 obj-y += tick-broadcast.o
8 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
Dtick-broadcast.c145 if (!dev->broadcast) in tick_device_setup_broadcast_func()
146 dev->broadcast = tick_broadcast; in tick_device_setup_broadcast_func()
147 if (!dev->broadcast) { in tick_device_setup_broadcast_func()
150 dev->broadcast = err_broadcast; in tick_device_setup_broadcast_func()
280 td->evtdev->broadcast(mask); in tick_do_broadcast()
405 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
407 if (!broadcast) in tick_set_periodic_handler()
DKconfig36 # Architecture can handle broadcast in a driver-agnostic way
/linux-4.1.27/arch/hexagon/kernel/
Dtime.c116 static void broadcast(const struct cpumask *mask) in broadcast() function
130 .broadcast = broadcast,
/linux-4.1.27/Documentation/hwmon/
Dacpi_power_meter28 When both of them are set, an ACPI event will be broadcast on the ACPI netlink
38 average power consumption exceeds the cap, an ACPI event will be broadcast on
45 all cases the ACPI event will be broadcast on the ACPI netlink event socket as
/linux-4.1.27/net/802/
Dfddi.c125 if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0) in fddi_type_trans()
168 memset(dev->broadcast, 0xFF, FDDI_K_ALEN); in fddi_setup()
Dfc.c92 memset(dev->broadcast, 0xFF, FC_ALEN); in fc_setup()
Dhippi.c179 memset(dev->broadcast, 0xFF, HIPPI_ALEN); in hippi_setup()
/linux-4.1.27/drivers/staging/vt6655/
Dkey.c49 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local
59 bssid = &broadcast[0]; in vnt_set_keymode()
/linux-4.1.27/drivers/staging/vt6656/
Dkey.c55 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local
65 bssid = &broadcast[0]; in vnt_set_keymode()
/linux-4.1.27/net/appletalk/
Ddev.c22 dev->broadcast[0] = 0xFF; in ltalk_setup()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_dev.c79 int broadcast, int promisc, int allmulti) in enic_dev_packet_filter() argument
85 multicast, broadcast, promisc, allmulti); in enic_dev_packet_filter()
Denic_dev.h47 int broadcast, int promisc, int allmulti);
Dvnic_dev.h97 int broadcast, int promisc, int allmulti);
Dvnic_dev.c639 int broadcast, int promisc, int allmulti) in vnic_dev_packet_filter() argument
647 (broadcast ? CMD_PFILTER_BROADCAST : 0) | in vnic_dev_packet_filter()
Denic_main.c781 int broadcast = (netdev->flags & IFF_BROADCAST) ? 1 : 0; in enic_set_rx_mode() local
793 multicast, broadcast, promisc, allmulti); in enic_set_rx_mode()
/linux-4.1.27/drivers/cpuidle/
Dcpuidle.c161 bool broadcast = !!(target_state->flags & CPUIDLE_FLAG_TIMER_STOP); in cpuidle_enter_state() local
170 if (broadcast && tick_broadcast_enter()) in cpuidle_enter_state()
181 if (broadcast) { in cpuidle_enter_state()
/linux-4.1.27/arch/sh/kernel/
Dlocaltimer.c58 clk->broadcast = smp_timer_broadcast; in local_timer_setup()
/linux-4.1.27/Documentation/block/
Dcapability.txt13 of media change events. These events will be broadcast to user
/linux-4.1.27/Documentation/networking/
Dipvlan.txt34 that in L3 mode the slaves wont receive any multicast / broadcast traffic.
41 out. In this mode the slaves will RX/TX multicast and broadcast (if applicable)
49 will not receive nor can send multicast / broadcast traffic.
Daltera_tse.txt179 to the broadcast address or a multicast group.
187 the broadcast address.
196 a multicast group or broadcast address.
204 broadcast address.
216 including error, discarded, unicast, multicast, and broadcast packets.
Dcan.txt160 TCP/IP and ethernet networking, the CAN bus is a broadcast-only(!)
247 socket protocol and the broadcast manager (BCM). So to open a socket,
647 to communicate with the broadcast manager and the available operations are
650 The broadcast manager sends responses to user space in the same form:
664 messages to the broadcast manager from user space have this structure.
685 The broadcast manager socket is able to handle any number of in flight
689 When the broadcast manager socket is bound to 'any' CAN interface (=> the
697 The opcode defines the operation for the broadcast manager to carry out,
698 or details the broadcast managers response to several events, including
701 Transmit Operations (user space to broadcast manager):
[all …]
Dnetconsole.txt35 tgt-macaddr ethernet MAC address for logging agent (broadcast)
138 WARNING: the default target ethernet setting uses the broadcast
De100.txt155 one system on two IP networks in the same Ethernet broadcast domain
166 (2) installing the interfaces in separate broadcast domains (either
Dbatman-adv.txt90 sends its broadcast packets):
Dixgb.txt392 one system on two IP networks in the same Ethernet broadcast domain
402 - Install the interfaces in separate broadcast domains - either in
Dbonding.txt319 for backup slaves is on the broadcast ARP request sent out via the
353 levels of third party broadcast traffic would fool the standard
552 broadcast or 3
629 ARP request is broadcast it uses the hardware address
1713 The balance-rr, balance-xor and broadcast modes generally
2021 For the balance-rr, balance-xor, broadcast, and 802.3ad modes,
2093 broadcast modes are the only useful bonding modes when optimizing for
2104 broadcast: This mode is really a special purpose mode, and is suitable
2109 independent networks, then the broadcast mode may be suitable.
2282 broadcast: Like active-backup, there is not much advantage to this
DREADME.sb1000176 denied packets on your broadcast interface (IP address xxx.yyy.zzz.255
Ddecnet.txt192 to a host computer when they are addressed to it, or to the broadcast address.
Dip-sysctl.txt807 TIMESTAMP requests sent to it via broadcast/multicast.
853 Some routers violate RFC1122 by sending bogus responses to broadcast
938 the broadcast packets are received only on one of them.
/linux-4.1.27/virt/kvm/arm/
Dvgic-v3-emul.c894 bool broadcast; in vgic_v3_dispatch_sgi() local
898 broadcast = reg & BIT(ICC_SGI1R_IRQ_ROUTING_MODE_BIT); in vgic_v3_dispatch_sgi()
919 if (!broadcast && target_cpus == 0) in vgic_v3_dispatch_sgi()
923 if (broadcast && c == vcpu_id) in vgic_v3_dispatch_sgi()
926 if (!broadcast) { in vgic_v3_dispatch_sgi()
/linux-4.1.27/net/tipc/
Dib_media.c73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
Deth_media.c70 addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN); in tipc_eth_raw2addr()
Dudp_media.c102 addr->broadcast = 1; in tipc_udp_media_addr_set()
105 addr->broadcast = 1; in tipc_udp_media_addr_set()
361 b->bcast_addr.broadcast = 1; in tipc_udp_enable()
Dbearer.h83 u8 broadcast; member
Ddiscover.c151 if (maddr.broadcast) in tipc_disc_rcv()
Dbearer.c393 memcpy(b->bcast_addr.value, dev->broadcast, b->media->hwaddr_len); in tipc_enable_l2_media()
395 b->bcast_addr.broadcast = 1; in tipc_enable_l2_media()
/linux-4.1.27/Documentation/video4linux/
Dradiotrack.txt26 broadcast band, so I could pick up the audio carriers from North American
27 broadcast TV channels, situated just below and above the 87.0-109.0 MHz range.
39 more or less limited from 87.0 to 109.0 MHz (the commercial FM broadcast
Dsi4713.txt12 The Si4713 integrates transmit functions for FM broadcast stereo transmission.
DZoran142 tv broadcast formats all aver the world.
147 And talking about a colorsystem says not to much about how it is broadcast.
173 We do not talk about how the audio is broadcast !
DREADME.ivtv24 * Hardware mpeg2 capture of broadcast video (and sound) via the tuner or
/linux-4.1.27/drivers/net/wireless/iwlwifi/
DKconfig78 bool "Enable broadcast filtering"
83 Enabling broadcast filtering will drop any incoming wireless
84 broadcast frames, except some very specific predefined
/linux-4.1.27/drivers/net/usb/
Dcatc.c641 u8 broadcast[ETH_ALEN]; in catc_set_multicast_list() local
644 eth_broadcast_addr(broadcast); in catc_set_multicast_list()
647 catc_multicast(broadcast, catc->multicast); in catc_set_multicast_list()
779 u8 broadcast[ETH_ALEN]; in catc_probe() local
883 eth_broadcast_addr(broadcast); in catc_probe()
884 catc_multicast(broadcast, catc->multicast); in catc_probe()
Dkaweth.c1167 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
/linux-4.1.27/arch/sparc/kernel/
Dleon_smp.c135 int broadcast = in leon_smp_setbroadcast() local
138 if (!broadcast) { in leon_smp_setbroadcast()
/linux-4.1.27/net/ipv4/
Darp.c195 ip_ib_mc_map(addr, dev->broadcast, haddr); in arp_mc_map()
198 ip_ipgre_mc_map(addr, dev->broadcast, haddr); in arp_mc_map()
202 memcpy(haddr, dev->broadcast, dev->addr_len); in arp_mc_map()
272 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in arp_constructor()
509 dest_hw = dev->broadcast; in arp_create()
723 sha = dev->broadcast; in arp_process()
Dipip.c304 memcpy(dev->broadcast, &tunnel->parms.iph.daddr, 4); in ipip_tunnel_init()
Dip_vti.c366 memcpy(dev->broadcast, &iph->daddr, 4); in vti_tunnel_init()
Dip_gre.c512 memcpy(dev->broadcast, &iph->daddr, 4); in ipgre_tunnel_init()
DKconfig207 bool "IP: broadcast GRE over IP"
210 One application of GRE/IP is to construct a broadcast WAN (Wide Area
Dipconfig.c858 dev->broadcast, dev->dev_addr, skb->len) < 0) { in ic_bootp_send_if()
Dip_tunnel.c816 memcpy(dev->broadcast, &p->iph.daddr, 4); in ip_tunnel_update()
/linux-4.1.27/include/linux/
Dclockchips.h132 void (*broadcast)(const struct cpumask *mask); member
Dnetdevice.h1656 unsigned char broadcast[MAX_ADDR_LEN]; member
/linux-4.1.27/net/ethernet/
Deth.c163 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in eth_type_trans()
360 eth_broadcast_addr(dev->broadcast); in ether_setup()
/linux-4.1.27/net/8021q/
Dvlan_dev.c563 if (is_zero_ether_addr(dev->broadcast)) in vlan_dev_init()
564 memcpy(dev->broadcast, real_dev->broadcast, dev->addr_len); in vlan_dev_init()
803 eth_zero_addr(dev->broadcast); in vlan_setup()
/linux-4.1.27/Documentation/dvb/
Davermedia.txt35 * Tune the receiver to receive a broadcast signal
36 * demodulate the broadcast signal
58 * Tune the received to receive a broadcast signal.
59 * Extract the encoded digital datastream from the broadcast
164 The frequencies broadcast by Mount Dandenong are:
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net42 What: /sys/class/net/<iface>/broadcast
47 Hardware broadcast address for this interface. Format is a
48 string, e.g: ff:ff:ff:ff:ff:ff for an Ethernet broadcast MAC
/linux-4.1.27/drivers/net/ethernet/sgi/
Dmeth.h95 u64 broadcast:1; member
/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c136 unsigned int broadcast : 1; member
773 int broadcast, in intf_next_seq() argument
796 intf->seq_table[i].broadcast = broadcast; in intf_next_seq()
1408 int broadcast, in format_ipmb_msg() argument
1412 int i = broadcast; in format_ipmb_msg()
1418 if (broadcast) in format_ipmb_msg()
1649 int broadcast = 0; in i_ipmi_request() local
1677 broadcast = 1; in i_ipmi_request()
1689 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()
1711 msgid, broadcast, in i_ipmi_request()
[all …]
/linux-4.1.27/drivers/acpi/
Dprocessor_idle.c176 int broadcast) in lapic_timer_state_broadcast() argument
181 if (broadcast) in lapic_timer_state_broadcast()
195 int broadcast) in lapic_timer_state_broadcast() argument
/linux-4.1.27/net/irda/
Dirda_device.c275 memset(dev->broadcast, 0xff, LAP_ALEN); in irda_device_setup()
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_dev.h134 int broadcast, int promisc, int allmulti);
Dvnic_dev.c473 int broadcast, int promisc, int allmulti) in vnic_dev_packet_filter() argument
481 (broadcast ? CMD_PFILTER_BROADCAST : 0) | in vnic_dev_packet_filter()
/linux-4.1.27/drivers/infiniband/core/
Daddr.c116 memcpy(dev_addr->broadcast, dev->broadcast, MAX_ADDR_LEN); in rdma_copy_addr()
Dcma.c3203 ipv6_ib_mc_map(&sin6->sin6_addr, dev_addr->broadcast, mc_map); in cma_set_mgid()
3208 ip_ib_mc_map(sin->sin_addr.s_addr, dev_addr->broadcast, mc_map); in cma_set_mgid()
/linux-4.1.27/net/caif/
Dcaif_usb.c165 dev->broadcast); in cfusbl_device_notify()
/linux-4.1.27/net/ieee802154/6lowpan/
Dcore.c115 memset(dev->broadcast, 0xff, IEEE802154_ADDR_LEN); in lowpan_setup()
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Deth_defs.h150 unsigned int broadcast : 1; member
/linux-4.1.27/arch/blackfin/kernel/
Dtime-ts.c329 evt->broadcast = smp_timer_broadcast; in bfin_coretmr_clockevent_init()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c220 if (ether_addr_equal(eth->h_dest, ipvlan->phy_dev->broadcast)) in ipvlan_multicast_frame()
242 if (ether_addr_equal(eth->h_dest, port->dev->broadcast)) in ipvlan_multicast_frame()
Dipvlan_main.c219 unsigned int hashbit = ipvlan_mac_hash(dev->broadcast); in ipvlan_set_broadcast_mac_filter()
/linux-4.1.27/include/drm/
Ddrm_dp_mst_helper.h141 bool broadcast; member
/linux-4.1.27/net/l2tp/
Dl2tp_eth.c77 eth_broadcast_addr(dev->broadcast); in l2tp_eth_dev_init()
/linux-4.1.27/Documentation/ABI/stable/
Dfirewire-cdev26 - Asynchronous broadcast request transmission
/linux-4.1.27/net/ipv6/
Dndisc.c279 ipv6_ib_mc_map(addr, dev->broadcast, buf); in ndisc_mc_map()
282 return ipv6_ipgre_mc_map(addr, dev->broadcast, buf); in ndisc_mc_map()
285 memcpy(buf, dev->broadcast, dev->addr_len); in ndisc_mc_map()
338 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in ndisc_constructor()
Dip6_gre.c942 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in ip6gre_tnl_link_config()
1258 memcpy(dev->broadcast, &tunnel->parms.raddr, sizeof(struct in6_addr)); in ip6gre_tunnel_init()
Dsit.c199 memcpy(dev->broadcast, &t->parms.iph.daddr, 4); in ipip6_tunnel_create()
1091 memcpy(t->dev->broadcast, &p->iph.daddr, 4); in ipip6_tunnel_update()
Dip6_vti.c614 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in vti6_link_config()
Dip6_tunnel.c1246 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in ip6_tnl_link_config()
/linux-4.1.27/net/ax25/
Dax25_in.c238 if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) in ax25_rcv()
/linux-4.1.27/drivers/net/hamradio/
Dbpqether.c482 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in bpq_setup()
Dmkiss.c659 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in ax_setup()
D6pack.c324 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in sp_setup()
Dhdlcdrv.c685 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in hdlcdrv_setup()
Dyam.c1137 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in yam_setup()
Dbaycom_epp.c1155 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in baycom_probe()
Ddmascc.c440 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in dev_setup()
Dscc.c1564 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in scc_net_setup()
/linux-4.1.27/net/core/
Ddev_ioctl.c269 memcpy(dev->broadcast, ifr->ifr_hwaddr.sa_data, in dev_ifsioc()
Dnet-sysfs.c164 return sysfs_format_mac(buf, ndev->broadcast, ndev->addr_len); in broadcast_show()
167 static DEVICE_ATTR_RO(broadcast);
Drtnetlink.c1087 nla_put(skb, IFLA_BROADCAST, dev->addr_len, dev->broadcast)) in rtnl_fill_ifinfo()
1676 nla_memcpy(dev->broadcast, tb[IFLA_BROADCAST], dev->addr_len); in do_setlink()
1996 memcpy(dev->broadcast, nla_data(tb[IFLA_BROADCAST]), in rtnl_create_link()
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpsw.c1103 cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast, in cpsw_add_dual_emac_def_ale_entries()
1148 cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast, in cpsw_slave_open()
1224 cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast, in cpsw_init_host_port()
1671 ret = cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast, in cpsw_add_vlan_ale_entry()
1738 return cpsw_ale_del_mcast(priv->ale, priv->ndev->broadcast, in cpsw_ndo_vlan_rx_kill_vid()
Dnetcp_ethss.c1913 cpsw_ale_del_mcast(gbe_dev->ale, intf->ndev->broadcast, in gbe_slave_stop()
1955 cpsw_ale_add_mcast(priv->ale, gbe_intf->ndev->broadcast, in gbe_slave_open()
Dnetcp_core.c1430 netcp_addr_add_mark(netcp, ndev->broadcast, ADDR_BCAST); in netcp_set_rx_mode()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_mst_topology.c151 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) | in drm_dp_encode_sideband_msg_hdr()
186 hdr->broadcast = (buf[idx] >> 7) & 0x1; in drm_dp_decode_sideband_msg_hdr()
1413 hdr->broadcast = 1; in set_hdr_from_dst_qlock()
1415 hdr->broadcast = 0; in set_hdr_from_dst_qlock()
1954 int req_type, int seqno, bool broadcast) in drm_dp_send_up_ack_reply() argument
2270 if (!mgr->up_req_recv.initial_hdr.broadcast) { in drm_dp_mst_handle_up_req()
/linux-4.1.27/arch/powerpc/platforms/ps3/
DKconfig165 Enables udbg early debugging output by sending broadcast UDP
/linux-4.1.27/Documentation/
Dfutex-requeue-pi.txt130 nr_wake=1. nr_requeue should be INT_MAX for broadcast and 0 for
Dkernel-parameters.txt4030 plus one apbt timer for broadcast timer.
/linux-4.1.27/drivers/firewire/
Dnet.c512 is_broadcast ? net->broadcast : net->dev_addr, in fwnet_finish_incoming_packet()
522 if (memcmp(eth->h_dest, net->broadcast, in fwnet_finish_incoming_packet()
1493 memset(net->broadcast, -1, net->addr_len); in fwnet_probe()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcci.txt9 It allows snooping and distributed virtual memory message broadcast across
/linux-4.1.27/scripts/
Dspelling.txt172 boardcast||broadcast
176 broadcat||broadcast
/linux-4.1.27/net/bridge/netfilter/
DKconfig137 the generic networking code): broadcast, multicast,
/linux-4.1.27/net/decnet/
Ddn_neigh.c139 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in dn_neigh_construct()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dbase.c711 if (tcb_desc->multicast || tcb_desc->broadcast) { in _rtl_txrate_selectmode()
782 if (tcb_desc->multicast || tcb_desc->broadcast) in _rtl_query_bandwidth_mode()
1157 tcb_desc->broadcast = 1; in rtl_get_tcb_desc()
Dwifi.h2035 u8 broadcast:1; member
/linux-4.1.27/drivers/net/appletalk/
Dcops.c950 dev->broadcast[0] = 0xFF; in cops_ioctl()
Dltpc.c843 dev->broadcast[0] = 0xFF; in ltpc_ioctl()
/linux-4.1.27/net/mac802154/
Diface.c463 memset(dev->broadcast, 0xff, IEEE802154_EXTENDED_ADDR_LEN); in ieee802154_if_setup()
/linux-4.1.27/drivers/message/fusion/
Dmptlan.c1367 memset(dev->broadcast, 0xff, FC_ALEN); in mpt_register_lan_device()
1516 if (!memcmp(fch->daddr, dev->broadcast, FC_ALEN)) { in mpt_lan_type_trans()
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME206 <condition>: bit 0 = 1 -- broadcast data
/linux-4.1.27/net/netfilter/
DKconfig241 NetBIOS name service requests are sent as broadcast messages from an
247 netmask and broadcast address. When properly configured, the output
261 SNMP service requests are sent as broadcast messages from an
267 netmask and broadcast address.
1294 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
/linux-4.1.27/drivers/net/phy/
Ddp83640.c243 static void ext_write(int broadcast, struct phy_device *phydev, in ext_write() argument
252 if (broadcast) in ext_write()
/linux-4.1.27/drivers/net/
Dmacvlan.c208 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in macvlan_broadcast_one()
732 __set_bit(mc_hash(vlan, dev->broadcast), filter); in macvlan_set_mac_lists()
/linux-4.1.27/arch/um/
DKconfig.net32 While the UML believes it's on a (multi-device, broadcast) virtual
/linux-4.1.27/drivers/net/arcnet/
Darcnet.c334 dev->broadcast[0] = 0x00; /* for us, broadcasts are address 0 */ in arcdev_setup()
/linux-4.1.27/drivers/s390/net/
Dqeth_l3_main.c1901 memcpy(tg_addr, card->dev->broadcast, in qeth_l3_rebuild_skb()
1908 memcpy(tg_addr, card->dev->broadcast, in qeth_l3_rebuild_skb()
2763 if (!memcmp(skb->data, skb->dev->broadcast, 6)) in qeth_l3_get_cast_type()
2861 skb->dev->broadcast, 6)) { in qeth_l3_fill_header()
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt189 If an error message indicates a fatal error, kernel will broadcast
/linux-4.1.27/net/
DKconfig336 are broadcast via netlink socket to any listening user space
/linux-4.1.27/drivers/net/plip/
Dplip.c552 if(ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in plip_type_trans()
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt218 If a new device is added or removed, a notification will be broadcast
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hw.h371 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member
380 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member
/linux-4.1.27/drivers/net/team/
Dteam.c2013 memcpy(dev->broadcast, port_dev->broadcast, port_dev->addr_len); in team_setup_by_port()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c529 .broadcast = lapic_timer_broadcast,
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_net.c148 if(ether_addr_equal(eth->h_dest,dev->broadcast)) in dvb_net_eth_type_trans()
/linux-4.1.27/drivers/net/wan/
Dhdlc_fr.c1095 dlci_to_q922(dev->broadcast, dlci); in fr_add_pvc()
/linux-4.1.27/drivers/net/cris/
Deth_v10.c546 SETS(network_rec_config_shadow, R_NETWORK_REC_CONFIG, broadcast, receive); in e100_open()
/linux-4.1.27/net/netlink/
Daf_netlink.c1670 int broadcast) in netlink_alloc_large_skb() argument
1675 if (size <= NLMSG_GOODSIZE || broadcast) in netlink_alloc_large_skb()
/linux-4.1.27/net/ipx/
Daf_ipx.c649 memcpy(dest_node, dev->broadcast, addr_len); in ipxitf_send()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1121 memcpy(bond_dev->broadcast, slave_dev->broadcast, in bond_setup_by_slave()
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt677 broadcast wakeups (thundering herds) has been used to implement these two
680 the broadcast wakeups these operations can be put under a new spinlock and
/linux-4.1.27/arch/arm/mm/
DKconfig857 processors, if cache maintenance operations are not broadcast
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde4x5.c777 u_int broadcast; member
1872 lp->pktStats.broadcast++; in de4x5_local_stats()
/linux-4.1.27/drivers/net/wireless/
Dray_cs.c811 eth_broadcast_addr(dev->broadcast); in ray_dev_init()
Dairo.c2679 eth_broadcast_addr(dev->broadcast); in wifi_setup()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_net.c1374 if (ether_addr_equal(eth->h_dest, dev->broadcast)) in isdn_net_type_trans()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c2838 bcmgenet_set_mdf_addr(priv, dev->broadcast, &i, &mc); in bcmgenet_set_rx_mode()
/linux-4.1.27/arch/arm/
DKconfig1120 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1047 byte are broadcast addresses, which you don't want assigned to a