/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_multicast.c | 222 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 …]
|
D | ipoib_vlan.c | 71 priv->dev->broadcast[8] = pkey >> 8; in __ipoib_vlan_add() 72 priv->dev->broadcast[9] = pkey & 0xff; in __ipoib_vlan_add()
|
D | ipoib_main.c | 533 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()
|
D | ipoib_ib.c | 237 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()
|
D | ipoib.h | 327 struct ipoib_mcast *broadcast; member
|
/linux-4.1.27/include/net/ |
D | if_inet6.h | 231 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()
|
D | ip.h | 402 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/ |
D | ib_addr.h | 70 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/ |
D | netdev.c | 79 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()
|
D | core.c | 174 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/ |
D | tick-internal.h | 20 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
|
D | tick-common.c | 133 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()
|
D | Makefile | 7 obj-y += tick-broadcast.o 8 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
|
D | tick-broadcast.c | 145 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()
|
D | Kconfig | 36 # Architecture can handle broadcast in a driver-agnostic way
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | time.c | 116 static void broadcast(const struct cpumask *mask) in broadcast() function 130 .broadcast = broadcast,
|
/linux-4.1.27/Documentation/hwmon/ |
D | acpi_power_meter | 28 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/ |
D | fddi.c | 125 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()
|
D | fc.c | 92 memset(dev->broadcast, 0xFF, FC_ALEN); in fc_setup()
|
D | hippi.c | 179 memset(dev->broadcast, 0xFF, HIPPI_ALEN); in hippi_setup()
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | key.c | 49 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/ |
D | key.c | 55 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/ |
D | dev.c | 22 dev->broadcast[0] = 0xFF; in ltalk_setup()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_dev.c | 79 int broadcast, int promisc, int allmulti) in enic_dev_packet_filter() argument 85 multicast, broadcast, promisc, allmulti); in enic_dev_packet_filter()
|
D | enic_dev.h | 47 int broadcast, int promisc, int allmulti);
|
D | vnic_dev.h | 97 int broadcast, int promisc, int allmulti);
|
D | vnic_dev.c | 639 int broadcast, int promisc, int allmulti) in vnic_dev_packet_filter() argument 647 (broadcast ? CMD_PFILTER_BROADCAST : 0) | in vnic_dev_packet_filter()
|
D | enic_main.c | 781 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/ |
D | cpuidle.c | 161 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/ |
D | localtimer.c | 58 clk->broadcast = smp_timer_broadcast; in local_timer_setup()
|
/linux-4.1.27/Documentation/block/ |
D | capability.txt | 13 of media change events. These events will be broadcast to user
|
/linux-4.1.27/Documentation/networking/ |
D | ipvlan.txt | 34 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.
|
D | altera_tse.txt | 179 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.
|
D | can.txt | 160 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 …]
|
D | netconsole.txt | 35 tgt-macaddr ethernet MAC address for logging agent (broadcast) 138 WARNING: the default target ethernet setting uses the broadcast
|
D | e100.txt | 155 one system on two IP networks in the same Ethernet broadcast domain 166 (2) installing the interfaces in separate broadcast domains (either
|
D | batman-adv.txt | 90 sends its broadcast packets):
|
D | ixgb.txt | 392 one system on two IP networks in the same Ethernet broadcast domain 402 - Install the interfaces in separate broadcast domains - either in
|
D | bonding.txt | 319 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
|
D | README.sb1000 | 176 denied packets on your broadcast interface (IP address xxx.yyy.zzz.255
|
D | decnet.txt | 192 to a host computer when they are addressed to it, or to the broadcast address.
|
D | ip-sysctl.txt | 807 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/ |
D | vgic-v3-emul.c | 894 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/ |
D | ib_media.c | 73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, in tipc_ib_raw2addr()
|
D | eth_media.c | 70 addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN); in tipc_eth_raw2addr()
|
D | udp_media.c | 102 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()
|
D | bearer.h | 83 u8 broadcast; member
|
D | discover.c | 151 if (maddr.broadcast) in tipc_disc_rcv()
|
D | bearer.c | 393 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/ |
D | radiotrack.txt | 26 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
|
D | si4713.txt | 12 The Si4713 integrates transmit functions for FM broadcast stereo transmission.
|
D | Zoran | 142 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 !
|
D | README.ivtv | 24 * Hardware mpeg2 capture of broadcast video (and sound) via the tuner or
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 78 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/ |
D | catc.c | 641 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()
|
D | kaweth.c | 1167 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | leon_smp.c | 135 int broadcast = in leon_smp_setbroadcast() local 138 if (!broadcast) { in leon_smp_setbroadcast()
|
/linux-4.1.27/net/ipv4/ |
D | arp.c | 195 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()
|
D | ipip.c | 304 memcpy(dev->broadcast, &tunnel->parms.iph.daddr, 4); in ipip_tunnel_init()
|
D | ip_vti.c | 366 memcpy(dev->broadcast, &iph->daddr, 4); in vti_tunnel_init()
|
D | ip_gre.c | 512 memcpy(dev->broadcast, &iph->daddr, 4); in ipgre_tunnel_init()
|
D | Kconfig | 207 bool "IP: broadcast GRE over IP" 210 One application of GRE/IP is to construct a broadcast WAN (Wide Area
|
D | ipconfig.c | 858 dev->broadcast, dev->dev_addr, skb->len) < 0) { in ic_bootp_send_if()
|
D | ip_tunnel.c | 816 memcpy(dev->broadcast, &p->iph.daddr, 4); in ip_tunnel_update()
|
/linux-4.1.27/include/linux/ |
D | clockchips.h | 132 void (*broadcast)(const struct cpumask *mask); member
|
D | netdevice.h | 1656 unsigned char broadcast[MAX_ADDR_LEN]; member
|
/linux-4.1.27/net/ethernet/ |
D | eth.c | 163 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/ |
D | vlan_dev.c | 563 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/ |
D | avermedia.txt | 35 * 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/ |
D | sysfs-class-net | 42 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/ |
D | meth.h | 95 u64 broadcast:1; member
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 136 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/ |
D | processor_idle.c | 176 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/ |
D | irda_device.c | 275 memset(dev->broadcast, 0xff, LAP_ALEN); in irda_device_setup()
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | vnic_dev.h | 134 int broadcast, int promisc, int allmulti);
|
D | vnic_dev.c | 473 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/ |
D | addr.c | 116 memcpy(dev_addr->broadcast, dev->broadcast, MAX_ADDR_LEN); in rdma_copy_addr()
|
D | cma.c | 3203 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/ |
D | caif_usb.c | 165 dev->broadcast); in cfusbl_device_notify()
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
D | core.c | 115 memset(dev->broadcast, 0xff, IEEE802154_ADDR_LEN); in lowpan_setup()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | eth_defs.h | 150 unsigned int broadcast : 1; member
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | time-ts.c | 329 evt->broadcast = smp_timer_broadcast; in bfin_coretmr_clockevent_init()
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_core.c | 220 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()
|
D | ipvlan_main.c | 219 unsigned int hashbit = ipvlan_mac_hash(dev->broadcast); in ipvlan_set_broadcast_mac_filter()
|
/linux-4.1.27/include/drm/ |
D | drm_dp_mst_helper.h | 141 bool broadcast; member
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_eth.c | 77 eth_broadcast_addr(dev->broadcast); in l2tp_eth_dev_init()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | firewire-cdev | 26 - Asynchronous broadcast request transmission
|
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 279 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()
|
D | ip6_gre.c | 942 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()
|
D | sit.c | 199 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()
|
D | ip6_vti.c | 614 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in vti6_link_config()
|
D | ip6_tunnel.c | 1246 memcpy(dev->broadcast, &p->raddr, sizeof(struct in6_addr)); in ip6_tnl_link_config()
|
/linux-4.1.27/net/ax25/ |
D | ax25_in.c | 238 if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) in ax25_rcv()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | bpqether.c | 482 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in bpq_setup()
|
D | mkiss.c | 659 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in ax_setup()
|
D | 6pack.c | 324 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in sp_setup()
|
D | hdlcdrv.c | 685 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in hdlcdrv_setup()
|
D | yam.c | 1137 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in yam_setup()
|
D | baycom_epp.c | 1155 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in baycom_probe()
|
D | dmascc.c | 440 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in dev_setup()
|
D | scc.c | 1564 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); in scc_net_setup()
|
/linux-4.1.27/net/core/ |
D | dev_ioctl.c | 269 memcpy(dev->broadcast, ifr->ifr_hwaddr.sa_data, in dev_ifsioc()
|
D | net-sysfs.c | 164 return sysfs_format_mac(buf, ndev->broadcast, ndev->addr_len); in broadcast_show() 167 static DEVICE_ATTR_RO(broadcast);
|
D | rtnetlink.c | 1087 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/ |
D | cpsw.c | 1103 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()
|
D | netcp_ethss.c | 1913 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()
|
D | netcp_core.c | 1430 netcp_addr_add_mark(netcp, ndev->broadcast, ADDR_BCAST); in netcp_set_rx_mode()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 151 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/ |
D | Kconfig | 165 Enables udbg early debugging output by sending broadcast UDP
|
/linux-4.1.27/Documentation/ |
D | futex-requeue-pi.txt | 130 nr_wake=1. nr_requeue should be INT_MAX for broadcast and 0 for
|
D | kernel-parameters.txt | 4030 plus one apbt timer for broadcast timer.
|
/linux-4.1.27/drivers/firewire/ |
D | net.c | 512 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/ |
D | cci.txt | 9 It allows snooping and distributed virtual memory message broadcast across
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 172 boardcast||broadcast 176 broadcat||broadcast
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 137 the generic networking code): broadcast, multicast,
|
/linux-4.1.27/net/decnet/ |
D | dn_neigh.c | 139 memcpy(neigh->ha, dev->broadcast, dev->addr_len); in dn_neigh_construct()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | base.c | 711 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()
|
D | wifi.h | 2035 u8 broadcast:1; member
|
/linux-4.1.27/drivers/net/appletalk/ |
D | cops.c | 950 dev->broadcast[0] = 0xFF; in cops_ioctl()
|
D | ltpc.c | 843 dev->broadcast[0] = 0xFF; in ltpc_ioctl()
|
/linux-4.1.27/net/mac802154/ |
D | iface.c | 463 memset(dev->broadcast, 0xff, IEEE802154_EXTENDED_ADDR_LEN); in ieee802154_if_setup()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptlan.c | 1367 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/ |
D | README | 206 <condition>: bit 0 = 1 -- broadcast data
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 241 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/ |
D | dp83640.c | 243 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/ |
D | macvlan.c | 208 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/ |
D | Kconfig.net | 32 While the UML believes it's on a (multi-device, broadcast) virtual
|
/linux-4.1.27/drivers/net/arcnet/ |
D | arcnet.c | 334 dev->broadcast[0] = 0x00; /* for us, broadcasts are address 0 */ in arcdev_setup()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 1901 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/ |
D | pcieaer-howto.txt | 189 If an error message indicates a fatal error, kernel will broadcast
|
/linux-4.1.27/net/ |
D | Kconfig | 336 are broadcast via netlink socket to any listening user space
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 552 if(ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in plip_type_trans()
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 218 If a new device is added or removed, a notification will be broadcast
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 371 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/ |
D | team.c | 2013 memcpy(dev->broadcast, port_dev->broadcast, port_dev->addr_len); in team_setup_by_port()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | apic.c | 529 .broadcast = lapic_timer_broadcast,
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.c | 148 if(ether_addr_equal(eth->h_dest,dev->broadcast)) in dvb_net_eth_type_trans()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_fr.c | 1095 dlci_to_q922(dev->broadcast, dlci); in fr_add_pvc()
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 546 SETS(network_rec_config_shadow, R_NETWORK_REC_CONFIG, broadcast, receive); in e100_open()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1670 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/ |
D | af_ipx.c | 649 memcpy(dest_node, dev->broadcast, addr_len); in ipxitf_send()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_main.c | 1121 memcpy(bond_dev->broadcast, slave_dev->broadcast, in bond_setup_by_slave()
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 677 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/ |
D | Kconfig | 857 processors, if cache maintenance operations are not broadcast
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 777 u_int broadcast; member 1872 lp->pktStats.broadcast++; in de4x5_local_stats()
|
/linux-4.1.27/drivers/net/wireless/ |
D | ray_cs.c | 811 eth_broadcast_addr(dev->broadcast); in ray_dev_init()
|
D | airo.c | 2679 eth_broadcast_addr(dev->broadcast); in wifi_setup()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.c | 1374 if (ether_addr_equal(eth->h_dest, dev->broadcast)) in isdn_net_type_trans()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2838 bcmgenet_set_mdf_addr(priv, dev->broadcast, &i, &mc); in bcmgenet_set_rx_mode()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1120 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1047 byte are broadcast addresses, which you don't want assigned to a
|