/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | peer.c | 119 struct list_head *peers = &ptable->pt_hash[j]; in lnet_peer_tables_cleanup() local 121 while (!list_empty(peers)) { in lnet_peer_tables_cleanup() 122 lnet_peer_t *lp = list_entry(peers->next, in lnet_peer_tables_cleanup() 189 struct list_head *peers; in lnet_find_peer_locked() local 194 peers = &ptable->pt_hash[lnet_nid2peerhash(nid)]; in lnet_find_peer_locked() 195 list_for_each_entry(lp, peers, lp_hashlist) { in lnet_find_peer_locked()
|
/linux-4.1.27/net/bluetooth/ |
D | 6lowpan.c | 79 struct list_head peers; member 93 list_add_rcu(&peer->list, &dev->peers); in peer_add() 122 list_for_each_entry_rcu(peer, &dev->peers, list) { in peer_lookup_ba() 145 list_for_each_entry_rcu(peer, &dev->peers, list) { in __peer_lookup_chan() 158 list_for_each_entry_rcu(peer, &dev->peers, list) { in __peer_lookup_conn() 183 peer = list_first_or_null_rcu(&dev->peers, struct lowpan_peer, in peer_lookup_dst() 208 list_for_each_entry_rcu(peer, &dev->peers, list) { in peer_lookup_dst() 578 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt() 877 INIT_LIST_HEAD(&(*dev)->peers); in setup_netdev() 1179 struct list_head peers; in disconnect_all_peers() local [all …]
|
/linux-4.1.27/drivers/net/ |
D | rionet.c | 73 struct list_head peers; member 242 &nets[rnet->mport->id].peers, node) { in rionet_dbell_event() 349 &nets[rnet->mport->id].peers, node) { in rionet_open() 383 &nets[rnet->mport->id].peers, node) { in rionet_close() 406 list_for_each_entry_safe(peer, tmp, &nets[netid].peers, node) { in rionet_remove_dev() 568 INIT_LIST_HEAD(&nets[netid].peers); in rionet_add_dev() 583 list_add_tail(&peer->node, &nets[netid].peers); in rionet_add_dev() 626 tmp, &nets[i].peers, node) { in rionet_exit()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | txrx.c | 117 list_for_each_entry(peer, &ar->peers, list) { in ath10k_peer_find() 135 list_for_each_entry(peer, &ar->peers, list) in ath10k_peer_find_by_id() 189 list_add(&peer->list, &ar->peers); in ath10k_peer_map_event()
|
D | debug.c | 272 ath10k_debug_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset() 308 INIT_LIST_HEAD(&stats.peers); in ath10k_debug_fw_stats_process() 334 num_peers = ath10k_debug_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process() 363 list_splice_tail_init(&stats.peers, &ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process() 375 ath10k_debug_fw_stats_peers_free(&stats.peers); in ath10k_debug_fw_stats_process() 448 num_peers = ath10k_debug_fw_stats_num_peers(&fw_stats->peers); in ath10k_fw_stats_fill() 636 list_for_each_entry(peer, &fw_stats->peers, list) { in ath10k_fw_stats_fill() 2007 INIT_LIST_HEAD(&ar->debug.fw_stats.peers); in ath10k_debug_create()
|
D | core.h | 243 struct list_head peers; member 626 struct list_head peers; member
|
D | core.c | 1403 INIT_LIST_HEAD(&ar->peers); in ath10k_core_create()
|
D | wmi.c | 1849 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_main_op_pull_fw_stats() 1908 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10x_op_pull_fw_stats() 1987 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_2_op_pull_fw_stats() 2066 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_2_4_op_pull_fw_stats()
|
D | mac.c | 240 list_for_each_entry(peer, &ar->peers, list) { in ath10k_clear_vdev_key() 489 list_for_each_entry_safe(peer, tmp, &ar->peers, list) { in ath10k_peer_cleanup() 510 list_for_each_entry_safe(peer, tmp, &ar->peers, list) { in ath10k_peer_cleanup_all()
|
D | wmi-tlv.c | 1008 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_tlv_op_pull_fw_stats()
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_disc.c | 72 list_for_each_entry_rcu(rdata, &disc->rports, peers) in fc_disc_stop_rports() 142 list_add_tail(&dp->peers, &disc_ports); in fc_disc_recv_rscn_req() 161 list_for_each_entry_safe(dp, next, &disc_ports, peers) { in fc_disc_recv_rscn_req() 162 list_del(&dp->peers); in fc_disc_recv_rscn_req() 292 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fc_disc_done()
|
D | fc_rport.c | 105 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) in fc_rport_lookup() 151 list_add_rcu(&rdata->peers, &lport->disc.rports); in fc_rport_create() 360 list_del_rcu(&rdata->peers); in fc_rport_work()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 404 list_for_each_entry(fcf, &ctlr->fcfs, peers) in store_private_fcoe_ctlr_fcf_dev_loss_tmo() 760 &ctlr->fcfs, peers) { in fcoe_ctlr_device_delete() 761 list_del(&fcf->peers); in fcoe_ctlr_device_delete() 829 list_del(&fcf->peers); in fip_timeout_deleted_fcf() 881 list_for_each_entry(fcf, &ctlr->fcfs, peers) { in fcoe_fcf_device_add() 926 list_add_tail(&fcf->peers, &ctlr->fcfs); in fcoe_fcf_device_add()
|
D | fcoe_ctlr.c | 2138 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) in fcoe_ctlr_disc_stop_locked() 2636 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_vn_age() 2774 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fcoe_ctlr_vn_disc()
|
D | fcoe.c | 2223 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_destroy_work()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | TODO | 8 3. Expose means of controlling attach/detach of peers via sysfs. Include
|
D | Kconfig | 6 connectivity to cabled peers. This driver implements a
|
/linux-4.1.27/fs/ |
D | pnode.c | 205 static inline bool peers(struct mount *m1, struct mount *m2) in peers() function 220 if (peers(m, last_dest)) { in propagate_one() 235 if (done && peers(n, parent)) in propagate_one()
|
/linux-4.1.27/include/net/netns/ |
D | ipv6.h | 43 struct inet_peer_base *peers; member
|
D | ipv4.h | 56 struct inet_peer_base *peers; member
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | vfdi.h | 249 struct vfdi_endpoint peers[256]; member
|
D | siena_sriov.c | 1098 peer = vfdi_status->peers + 1; in efx_siena_sriov_peer_work() 1099 peer_space = ARRAY_SIZE(vfdi_status->peers) - 1; in efx_siena_sriov_peer_work() 1327 ether_addr_copy(vfdi_status->peers[0].mac_addr, net_dev->dev_addr); in efx_siena_sriov_init() 1477 ether_addr_copy(vfdi_status->peers[0].mac_addr, in efx_siena_sriov_mac_address_changed()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_fc.c | 1623 &fc_host_rport_bindings(shost), peers); in store_fc_private_host_tgtid_bind_type() 1624 list_del(&rport->peers); in store_fc_private_host_tgtid_bind_type() 1676 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo() 1930 list_for_each_entry(vport, &fc_host->vports, peers) { in store_fc_host_vport_delete() 2103 list_for_each_entry(rport, &fc_host_rports(shost), peers) { in fc_user_scan_tgt() 2449 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) in fc_remove_host() 2454 &fc_host->rports, peers) { in fc_remove_host() 2455 list_del(&rport->peers); in fc_remove_host() 2461 &fc_host->rport_bindings, peers) { in fc_remove_host() 2462 list_del(&rport->peers); in fc_remove_host() [all …]
|
/linux-4.1.27/include/scsi/ |
D | fcoe_sysfs.h | 96 struct list_head peers; member
|
D | libfc.h | 122 struct list_head peers; member 214 struct list_head peers; member
|
D | scsi_transport_fc.h | 248 struct list_head peers; member 353 struct list_head peers; member
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | Kconfig | 35 - dynamic IP exchange, if one or both peers have dynamic IPs
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 49 and communication with peers that don't support connected mode. In
|
/linux-4.1.27/net/ipv6/ |
D | xfrm6_policy.c | 78 rt6_init_peer(rt, net->ipv6.peers); in xfrm6_init_dst()
|
D | route.c | 314 rt6_init_peer(rt, table ? &table->tb6_peers : net->ipv6.peers); in ip6_dst_alloc() 1060 rt6_init_peer(rt, net->ipv6.peers); in ip6_blackhole_route() 3335 net->ipv6.peers = bp; in ipv6_inetpeer_init() 3341 struct inet_peer_base *bp = net->ipv6.peers; in ipv6_inetpeer_exit() 3343 net->ipv6.peers = NULL; in ipv6_inetpeer_exit()
|
D | icmp.c | 209 peer = inet_getpeer_v6(net->ipv6.peers, in icmpv6_xrlim_allow()
|
D | ip6_output.c | 465 peer = inet_getpeer_v6(net->ipv6.peers, &rt->rt6i_dst.addr, 1); in ip6_forward()
|
D | ndisc.c | 1507 peer = inet_getpeer_v6(net->ipv6.peers, &rt->rt6i_dst.addr, 1); in ndisc_send_redirect()
|
/linux-4.1.27/net/ipv4/ |
D | route.c | 851 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, 1); in ip_rt_send_redirect() 940 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, 1); in ip_error() 2761 net->ipv4.peers = bp; in ipv4_inetpeer_init() 2767 struct inet_peer_base *bp = net->ipv4.peers; in ipv4_inetpeer_exit() 2769 net->ipv4.peers = NULL; in ipv4_inetpeer_exit()
|
D | ip_fragment.c | 148 inet_getpeer_v4(net->ipv4.peers, arg->iph->saddr, 1) : NULL; in ip4_frag_init()
|
D | icmp.c | 313 peer = inet_getpeer_v4(net->ipv4.peers, fl4->daddr, 1); in icmpv4_xrlim_allow()
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 23 …l commands are transferred over the network in big-endian. CPU endianness is used at the end peers.
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 261 Specifies the IP addresses to use as ARP monitoring peers when 617 different peers use different hardware addresses for 630 of the bond. Hence, peers learn the hardware address 633 sending updates (ARP Replies) to all the peers with 648 peers will not be blocked by the switch. 1720 IP addresses. The transmit policy of the two peers does not need to 1795 or more peers on the local network. 2032 sending to peers that are unassigned or if the load is unbalanced. 2271 for specific peers will always be sent over the same 2286 topology. The 802.3ad mode is an IEEE standard, so all peers [all …]
|
D | rds.txt | 111 a congestion update is sent to all peers.
|
D | ip-sysctl.txt | 86 with large numbers of directly-connected peers. 1671 is used to notify peers that a given DATA should no longer be expected.
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 2402 struct list_head *peers = &ksocknal_data.ksnd_peers[idx]; in ksocknal_check_peer_timeouts() local 2413 list_for_each_entry(peer, peers, ksnp_list) { in ksocknal_check_peer_timeouts()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 3025 struct list_head *peers = &kiblnd_data.kib_peers[idx]; in kiblnd_check_conns() local 3038 list_for_each(ptmp, peers) { in kiblnd_check_conns()
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 337 global rbtree and treated like equal peers, regardless where they
|