Home
last modified time | relevance | path

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

/linux-4.4.14/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_ib.c237 else if (memcmp(dgid, dev->broadcast + 4, sizeof(union ib_gid)) == 0) in ipoib_ib_handle_rx_wc()
950 priv->dev->broadcast[8] = priv->pkey >> 8; in update_parent_pkey()
951 priv->dev->broadcast[9] = priv->pkey & 0xff; in update_parent_pkey()
Dipoib_main.c761 if (!priv->broadcast) in path_rec_create()
778 path->pathrec.traffic_class = priv->broadcast->mcmember.traffic_class; in path_rec_create()
1647 memcpy(dev->broadcast, ipv4_bcast_addr, INFINIBAND_ALEN); in ipoib_setup()
1860 priv->dev->broadcast[8] = priv->pkey >> 8; in ipoib_add_port()
1861 priv->dev->broadcast[9] = priv->pkey & 0xff; in ipoib_add_port()
Dipoib.h327 struct ipoib_mcast *broadcast; member
/linux-4.4.14/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.h414 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ib_mc_map() argument
417 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map()
428 buf[8] = broadcast[8]; /* P_Key */ in ip_ib_mc_map()
429 buf[9] = broadcast[9]; in ip_ib_mc_map()
445 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ipgre_mc_map() argument
447 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) in ip_ipgre_mc_map()
448 memcpy(buf, broadcast, 4); in ip_ipgre_mc_map()
/linux-4.4.14/include/rdma/
Dib_addr.h81 unsigned char broadcast[MAX_ADDR_LEN]; member
133 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey()
138 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey()
139 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey()
145 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c48 static int broadcast; variable
281 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument
305 if (broadcast) in unit_test()
369 broadcast = 1; in main()
398 broadcast, locked, owner, timeout_ns); in main()
405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
/linux-4.4.14/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.4.14/kernel/time/
DMakefile7 obj-y += tick-broadcast.o
8 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
Dtick-internal.h20 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast);
71 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast);
88 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
Dtick-common.c144 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() argument
146 tick_set_periodic_handler(dev, broadcast); in tick_setup_periodic()
432 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local
435 if (!broadcast) { in tick_resume_local()
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()
295 td->evtdev->broadcast(mask); in tick_do_broadcast()
430 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
432 if (!broadcast) in tick_set_periodic_handler()
DKconfig36 # Architecture can handle broadcast in a driver-agnostic way
/linux-4.4.14/arch/hexagon/kernel/
Dtime.c102 static void broadcast(const struct cpumask *mask) in broadcast() function
116 .broadcast = broadcast,
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/net/appletalk/
Ddev.c22 dev->broadcast[0] = 0xFF; in ltalk_setup()
/linux-4.4.14/include/linux/
Dif_link.h13 __u64 broadcast; member
Dclockchips.h118 void (*broadcast)(const struct cpumask *mask); member
Dnetdevice.h1699 unsigned char broadcast[MAX_ADDR_LEN]; member
/linux-4.4.14/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.h138 int broadcast, int promisc, int allmulti);
Dvnic_dev.c757 int broadcast, int promisc, int allmulti) in vnic_dev_packet_filter() argument
765 (broadcast ? CMD_PFILTER_BROADCAST : 0) | in vnic_dev_packet_filter()
Denic_main.c851 int broadcast = (netdev->flags & IFF_BROADCAST) ? 1 : 0; in enic_set_rx_mode() local
863 multicast, broadcast, promisc, allmulti); in enic_set_rx_mode()
/linux-4.4.14/arch/sh/kernel/
Dlocaltimer.c52 clk->broadcast = smp_timer_broadcast; in local_timer_setup()
/linux-4.4.14/Documentation/block/
Dcapability.txt13 of media change events. These events will be broadcast to user
/linux-4.4.14/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.
Dvrf.txt249 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2
252 broadcast 10.2.1.255 dev eth1 proto kernel scope link src 10.2.1.2
253 broadcast 10.2.2.0 dev eth2 proto kernel scope link src 10.2.2.2
256 broadcast 10.2.2.255 dev eth2 proto kernel scope link src 10.2.2.2
De100.txt155 one system on two IP networks in the same Ethernet broadcast domain
166 (2) installing the interfaces in separate broadcast domains (either
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,
650 to communicate with the broadcast manager and the available operations are
653 The broadcast manager sends responses to user space in the same form:
667 messages to the broadcast manager from user space have this structure.
688 The broadcast manager socket is able to handle any number of in flight
692 When the broadcast manager socket is bound to 'any' CAN interface (=> the
700 The opcode defines the operation for the broadcast manager to carry out,
701 or details the broadcast managers response to several events, including
704 Transmit Operations (user space to broadcast manager):
[all …]
Dnetconsole.txt37 tgt-macaddr ethernet MAC address for logging agent (broadcast)
171 WARNING: the default target ethernet setting uses the broadcast
Dbatman-adv.txt90 sends its broadcast packets):
Dswitchdev.txt169 - VLAN flooding of multicast/broadcast and unknown unicast packets
278 For a given L2 VLAN domain, the switch device should flood multicast/broadcast
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.txt356 for backup slaves is on the broadcast ARP request sent out via the
390 levels of third party broadcast traffic would fool the standard
589 broadcast or 3
666 ARP request is broadcast it uses the hardware address
1797 The balance-rr, balance-xor and broadcast modes generally
2105 For the balance-rr, balance-xor, broadcast, and 802.3ad modes,
2177 broadcast modes are the only useful bonding modes when optimizing for
2188 broadcast: This mode is really a special purpose mode, and is suitable
2193 independent networks, then the broadcast mode may be suitable.
2366 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.txt850 TIMESTAMP requests sent to it via broadcast/multicast.
896 Some routers violate RFC1122 by sending bogus responses to broadcast
981 the broadcast packets are received only on one of them.
/linux-4.4.14/drivers/cpuidle/
Dcpuidle.c175 bool broadcast = !!(target_state->flags & CPUIDLE_FLAG_TIMER_STOP); in cpuidle_enter_state() local
184 if (broadcast && tick_broadcast_enter()) { in cpuidle_enter_state()
210 if (broadcast) { in cpuidle_enter_state()
/linux-4.4.14/Documentation/features/time/arch-tick-broadcast/
Darch-support.txt2 # Feature name: arch-tick-broadcast
/linux-4.4.14/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.c104 addr->broadcast = 1; in tipc_udp_media_addr_set()
107 addr->broadcast = 1; in tipc_udp_media_addr_set()
368 b->bcast_addr.broadcast = 1; in tipc_udp_enable()
Dbearer.h83 u8 broadcast; member
Ddiscover.c145 if (maddr.broadcast) in tipc_disc_rcv()
Dbearer.c388 memcpy(b->bcast_addr.value, dev->broadcast, b->media->hwaddr_len); in tipc_enable_l2_media()
390 b->bcast_addr.broadcast = 1; in tipc_enable_l2_media()
/linux-4.4.14/virt/kvm/arm/
Dvgic-v3-emul.c938 bool broadcast; in vgic_v3_dispatch_sgi() local
942 broadcast = reg & BIT(ICC_SGI1R_IRQ_ROUTING_MODE_BIT); in vgic_v3_dispatch_sgi()
963 if (!broadcast && target_cpus == 0) in vgic_v3_dispatch_sgi()
967 if (broadcast && c == vcpu_id) in vgic_v3_dispatch_sgi()
970 if (!broadcast) { in vgic_v3_dispatch_sgi()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig80 bool "Enable broadcast filtering"
85 Enabling broadcast filtering will drop any incoming wireless
86 broadcast frames, except some very specific predefined
/linux-4.4.14/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.4.14/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.4.14/arch/sparc/kernel/
Dleon_smp.c135 int broadcast = in leon_smp_setbroadcast() local
138 if (!broadcast) { in leon_smp_setbroadcast()
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c34 u8 broadcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
252 if (skb->data[0] == 0xc0 && (!(memcmp(broadcast, &skb->data[4], 6)))) { in WILC_WFI_mon_xmit()
/linux-4.4.14/net/ethernet/
Deth.c165 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in eth_type_trans()
362 eth_broadcast_addr(dev->broadcast); in ether_setup()
/linux-4.4.14/net/ipv4/
Darp.c197 ip_ib_mc_map(addr, dev->broadcast, haddr); in arp_mc_map()
200 ip_ipgre_mc_map(addr, dev->broadcast, haddr); in arp_mc_map()
204 memcpy(haddr, dev->broadcast, dev->addr_len); in arp_mc_map()
274 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in arp_constructor()
548 dest_hw = dev->broadcast; in arp_create()
742 sha = dev->broadcast; in arp_process()
Dipip.c302 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()
DKconfig207 bool "IP: broadcast GRE over IP"
210 One application of GRE/IP is to construct a broadcast WAN (Wide Area
Dipconfig.c872 dev->broadcast, dev->dev_addr, skb->len) < 0) { in ic_bootp_send_if()
Dip_tunnel.c828 memcpy(dev->broadcast, &p->iph.daddr, 4); in ip_tunnel_update()
Dip_gre.c872 memcpy(dev->broadcast, &iph->daddr, 4); in ipgre_tunnel_init()
/linux-4.4.14/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()
802 eth_zero_addr(dev->broadcast); in vlan_setup()
/linux-4.4.14/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.4.14/Documentation/ABI/testing/
Dsysfs-class-net61 What: /sys/class/net/<iface>/broadcast
66 Hardware broadcast address for this interface. Format is a
67 string, e.g: ff:ff:ff:ff:ff:ff for an Ethernet broadcast MAC
Dsysfs-bus-coresight-devices-etm4x91 P0 instruction tracing, branch broadcast, cycle counting and
/linux-4.4.14/drivers/net/ethernet/sgi/
Dmeth.h95 u64 broadcast:1; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_flow_table.c733 mlx5e_add_eth_addr_rule(priv, &ea->broadcast, MLX5E_FULLMATCH); in mlx5e_set_rx_mode_work()
738 mlx5e_del_eth_addr_from_flow_table(priv, &ea->broadcast); in mlx5e_set_rx_mode_work()
755 ether_addr_copy(priv->eth_addr.broadcast.addr, priv->netdev->broadcast); in mlx5e_init_eth_addr()
Den.h453 struct mlx5e_eth_addr_info broadcast; member
/linux-4.4.14/drivers/char/ipmi/
Dipmi_msghandler.c136 unsigned int broadcast : 1; member
779 int broadcast, in intf_next_seq() argument
802 intf->seq_table[i].broadcast = broadcast; in intf_next_seq()
1414 int broadcast, in format_ipmb_msg() argument
1418 int i = broadcast; in format_ipmb_msg()
1424 if (broadcast) in format_ipmb_msg()
1655 int broadcast = 0; in i_ipmi_request() local
1683 broadcast = 1; in i_ipmi_request()
1695 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { in i_ipmi_request()
1717 msgid, broadcast, in i_ipmi_request()
[all …]
/linux-4.4.14/drivers/acpi/
Dprocessor_idle.c172 int broadcast) in lapic_timer_state_broadcast() argument
177 if (broadcast) in lapic_timer_state_broadcast()
191 int broadcast) in lapic_timer_state_broadcast() argument
/linux-4.4.14/net/ieee802154/6lowpan/
Dcore.c104 memset(ldev->broadcast, 0xff, IEEE802154_ADDR_LEN); in lowpan_setup()
Dtx.c241 if (!memcmp(daddr, ldev->broadcast, EUI64_ADDR_LEN)) { in lowpan_header()
/linux-4.4.14/net/irda/
Dirda_device.c275 memset(dev->broadcast, 0xff, LAP_ALEN); in irda_device_setup()
/linux-4.4.14/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.4.14/drivers/staging/most/aim-network/
Dnetworking.c84 const u8 broadcast[] = { 0x03, 0xFF }; in skb_to_mamac() local
102 dest_addr = broadcast; in skb_to_mamac()
/linux-4.4.14/net/caif/
Dcaif_usb.c165 dev->broadcast); in cfusbl_device_notify()
/linux-4.4.14/drivers/infiniband/core/
Daddr.c116 memcpy(dev_addr->broadcast, dev->broadcast, MAX_ADDR_LEN); in rdma_copy_addr()
Dcma.c3576 ipv6_ib_mc_map(&sin6->sin6_addr, dev_addr->broadcast, mc_map); in cma_set_mgid()
3581 ip_ib_mc_map(sin->sin_addr.s_addr, dev_addr->broadcast, mc_map); in cma_set_mgid()
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Deth_defs.h150 unsigned int broadcast : 1; member
/linux-4.4.14/arch/blackfin/kernel/
Dtime-ts.c331 evt->broadcast = smp_timer_broadcast; in bfin_coretmr_clockevent_init()
/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h141 bool broadcast; member
/linux-4.4.14/net/l2tp/
Dl2tp_eth.c77 eth_broadcast_addr(dev->broadcast); in l2tp_eth_dev_init()
/linux-4.4.14/Documentation/ABI/stable/
Dfirewire-cdev26 - Asynchronous broadcast request transmission
/linux-4.4.14/net/ipv6/
Dndisc.c281 ipv6_ib_mc_map(addr, dev->broadcast, buf); in ndisc_mc_map()
284 return ipv6_ipgre_mc_map(addr, dev->broadcast, buf); in ndisc_mc_map()
287 memcpy(buf, dev->broadcast, dev->addr_len); in ndisc_mc_map()
340 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in ndisc_constructor()
Dip6_gre.c939 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in ip6gre_tnl_link_config()
1285 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.c1304 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in ip6_tnl_link_config()
/linux-4.4.14/net/ax25/
Dax25_in.c237 if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) in ax25_rcv()
/linux-4.4.14/net/core/
Ddev_ioctl.c269 memcpy(dev->broadcast, ifr->ifr_hwaddr.sa_data, in dev_ifsioc()
Dnet-sysfs.c163 return sysfs_format_mac(buf, ndev->broadcast, ndev->addr_len); in broadcast_show()
166 static DEVICE_ATTR_RO(broadcast);
Drtnetlink.c1167 vf_stats.broadcast) || in rtnl_fill_vfinfo()
1248 nla_put(skb, IFLA_BROADCAST, dev->addr_len, dev->broadcast)) in rtnl_fill_ifinfo()
1789 nla_memcpy(dev->broadcast, tb[IFLA_BROADCAST], dev->addr_len); in do_setlink()
2128 memcpy(dev->broadcast, nla_data(tb[IFLA_BROADCAST]), in rtnl_create_link()
/linux-4.4.14/drivers/net/hamradio/
Dbpqether.c481 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.4.14/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()
1956 int req_type, int seqno, bool broadcast) in drm_dp_send_up_ack_reply() argument
2272 if (!mgr->up_req_recv.initial_hdr.broadcast) { in drm_dp_mst_handle_up_req()
/linux-4.4.14/Documentation/
Dfutex-requeue-pi.txt130 nr_wake=1. nr_requeue should be INT_MAX for broadcast and 0 for
Dkernel-parameters.txt4150 plus one apbt timer for broadcast timer.
/linux-4.4.14/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.4.14/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()
1228 cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast, in cpsw_init_host_port()
1678 ret = cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast, in cpsw_add_vlan_ale_entry()
1745 return cpsw_ale_del_mcast(priv->ale, priv->ndev->broadcast, in cpsw_ndo_vlan_rx_kill_vid()
Dnetcp_ethss.c2116 cpsw_ale_del_mcast(gbe_dev->ale, intf->ndev->broadcast, in gbe_slave_stop()
2154 cpsw_ale_add_mcast(priv->ale, gbe_intf->ndev->broadcast, in gbe_slave_open()
Dnetcp_core.c1447 netcp_addr_add_mark(netcp, ndev->broadcast, ADDR_BCAST); in netcp_set_rx_mode()
/linux-4.4.14/arch/powerpc/platforms/ps3/
DKconfig165 Enables udbg early debugging output by sending broadcast UDP
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcci.txt9 It allows snooping and distributed virtual memory message broadcast across
/linux-4.4.14/scripts/
Dspelling.txt178 boardcast||broadcast
182 broadcat||broadcast
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db379 API-is-broadcast-ether-addr
384 API-eth-broadcast-addr
/linux-4.4.14/net/bridge/netfilter/
DKconfig137 the generic networking code): broadcast, multicast,
/linux-4.4.14/net/decnet/
Ddn_neigh.c139 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in dn_neigh_construct()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dbase.c709 if (tcb_desc->multicast || tcb_desc->broadcast) { in _rtl_txrate_selectmode()
780 if (tcb_desc->multicast || tcb_desc->broadcast) in _rtl_query_bandwidth_mode()
1155 tcb_desc->broadcast = 1; in rtl_get_tcb_desc()
Dwifi.h2055 u8 broadcast:1; member
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c214 if (ether_addr_equal(ethh->h_dest, port->dev->broadcast)) in ipvlan_process_multicast()
Dipvlan_main.c237 __set_bit(ipvlan_mac_hash(dev->broadcast), mc_filters); in ipvlan_set_multicast_mac_filter()
/linux-4.4.14/drivers/net/appletalk/
Dcops.c950 dev->broadcast[0] = 0xFF; in cops_ioctl()
Dltpc.c843 dev->broadcast[0] = 0xFF; in ltpc_ioctl()
/linux-4.4.14/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.4.14/drivers/net/wireless/mwifiex/
DREADME206 <condition>: bit 0 = 1 -- broadcast data
/linux-4.4.14/net/mac802154/
Diface.c536 memset(dev->broadcast, 0xff, IEEE802154_EXTENDED_ADDR_LEN); in ieee802154_if_setup()
/linux-4.4.14/net/netfilter/
DKconfig249 NetBIOS name service requests are sent as broadcast messages from an
255 netmask and broadcast address. When properly configured, the output
269 SNMP service requests are sent as broadcast messages from an
275 netmask and broadcast address.
1310 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
/linux-4.4.14/drivers/net/
Dmacvlan.c208 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in macvlan_broadcast_one()
734 __set_bit(mc_hash(vlan, dev->broadcast), filter); in macvlan_set_mac_lists()
/linux-4.4.14/drivers/net/phy/
Ddp83640.c244 static void ext_write(int broadcast, struct phy_device *phydev, in ext_write() argument
253 if (broadcast) in ext_write()
/linux-4.4.14/arch/um/
DKconfig.net32 While the UML believes it's on a (multi-device, broadcast) virtual
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c1795 memcpy(tg_addr, card->dev->broadcast, in qeth_l3_rebuild_skb()
1802 memcpy(tg_addr, card->dev->broadcast, in qeth_l3_rebuild_skb()
2653 if (!memcmp(skb->data, skb->dev->broadcast, 6)) in qeth_l3_get_cast_type()
2751 skb->dev->broadcast, 6)) { in qeth_l3_fill_header()
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt36 to broadcast MCEs.
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt189 If an error message indicates a fatal error, kernel will broadcast
/linux-4.4.14/drivers/net/arcnet/
Darcnet.c377 dev->broadcast[0] = 0x00; /* for us, broadcasts are address 0 */ in arcdev_setup()
/linux-4.4.14/net/
DKconfig340 are broadcast via netlink socket to any listening user space
/linux-4.4.14/drivers/net/plip/
Dplip.c552 if(ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in plip_type_trans()
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt218 If a new device is added or removed, a notification will be broadcast
/linux-4.4.14/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.4.14/drivers/net/team/
Dteam.c2022 memcpy(dev->broadcast, port_dev->broadcast, port_dev->addr_len); in team_setup_by_port()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_net.c148 if(ether_addr_equal(eth->h_dest,dev->broadcast)) in dvb_net_eth_type_trans()
/linux-4.4.14/drivers/net/wan/
Dhdlc_fr.c1095 dlci_to_q922(dev->broadcast, dlci); in fr_add_pvc()
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c532 .broadcast = lapic_timer_broadcast,
/linux-4.4.14/drivers/net/cris/
Deth_v10.c546 SETS(network_rec_config_shadow, R_NETWORK_REC_CONFIG, broadcast, receive); in e100_open()
/linux-4.4.14/net/netlink/
Daf_netlink.c1689 int broadcast) in netlink_alloc_large_skb() argument
1694 if (size <= NLMSG_GOODSIZE || broadcast) in netlink_alloc_large_skb()
/linux-4.4.14/net/ipx/
Daf_ipx.c649 memcpy(dest_node, dev->broadcast, addr_len); in ipxitf_send()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1134 memcpy(bond_dev->broadcast, slave_dev->broadcast, in bond_setup_by_slave()
/linux-4.4.14/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.4.14/arch/arm/mm/
DKconfig865 processors, if cache maintenance operations are not broadcast
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.c777 u_int broadcast; member
1872 lp->pktStats.broadcast++; in de4x5_local_stats()
/linux-4.4.14/drivers/net/wireless/
Dray_cs.c811 eth_broadcast_addr(dev->broadcast); in ray_dev_init()
Dairo.c2674 eth_broadcast_addr(dev->broadcast); in wifi_setup()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c1374 if (ether_addr_equal(eth->h_dest, dev->broadcast)) in isdn_net_type_trans()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c3092 bcmgenet_set_mdf_addr(priv, dev->broadcast, &i, &mc); in bcmgenet_set_rx_mode()
/linux-4.4.14/arch/arm/
DKconfig1133 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c1191 !compare_ether_addr(eh->h_dest, adapter->netdev->broadcast))
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1047 byte are broadcast addresses, which you don't want assigned to a