/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 80 list_for_each_entry(dest, &svc->destinations, n_list) { in ip_vs_wrr_gcd_weight() 101 list_for_each_entry(dest, &svc->destinations, n_list) { in ip_vs_wrr_max_weight() 122 mark->cl = list_entry(&svc->destinations, struct ip_vs_dest, n_list); in ip_vs_wrr_init_svc() 149 mark->cl = list_entry(&svc->destinations, struct ip_vs_dest, n_list); in ip_vs_wrr_dest_changed() 183 &svc->destinations, in ip_vs_wrr_schedule() 201 &last->n_list == &svc->destinations) in ip_vs_wrr_schedule() 207 &last->n_list != &svc->destinations) { in ip_vs_wrr_schedule()
|
D | ip_vs_rr.c | 33 svc->sched_data = &svc->destinations; in ip_vs_rr_init_svc() 73 &svc->destinations, in ip_vs_rr_schedule() 86 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
|
D | ip_vs_sed.c | 83 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_sed_schedule() 98 list_for_each_entry_continue_rcu(dest, &svc->destinations, n_list) { in ip_vs_sed_schedule()
|
D | ip_vs_wlc.c | 55 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_wlc_schedule() 70 list_for_each_entry_continue_rcu(dest, &svc->destinations, n_list) { in ip_vs_wlc_schedule()
|
D | ip_vs_dh.c | 111 p = &svc->destinations; in ip_vs_dh_reassign() 120 if (p == &svc->destinations) in ip_vs_dh_reassign()
|
D | ip_vs_fo.c | 37 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_fo_schedule()
|
D | ip_vs_ovf.c | 40 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_ovf_schedule()
|
D | ip_vs_lc.c | 46 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_lc_schedule()
|
D | ip_vs_lblc.c | 419 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in __ip_vs_lblc_schedule() 434 list_for_each_entry_continue_rcu(dest, &svc->destinations, n_list) { in __ip_vs_lblc_schedule() 468 list_for_each_entry_rcu(d, &svc->destinations, n_list) { in is_overloaded()
|
D | ip_vs_nq.c | 79 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_nq_schedule()
|
D | ip_vs_sh.c | 177 p = &svc->destinations; in ip_vs_sh_reassign() 187 if (p == &svc->destinations) in ip_vs_sh_reassign()
|
D | ip_vs_lblcr.c | 582 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in __ip_vs_lblcr_schedule() 598 list_for_each_entry_continue_rcu(dest, &svc->destinations, n_list) { in __ip_vs_lblcr_schedule() 632 list_for_each_entry_rcu(d, &svc->destinations, n_list) { in is_overloaded()
|
D | Kconfig | 261 The source hashing scheduler maps source IPs to destinations 264 allow destinations to receive more connections, the table is 266 needs to be large enough to effectively fit all the destinations
|
D | ip_vs_ctl.c | 582 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_lookup_dest() 844 list_add_rcu(&dest->n_list, &svc->destinations); in __ip_vs_update_dest() 1235 INIT_LIST_HEAD(&svc->destinations); in ip_vs_add_service() 1399 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) { in __ip_vs_del_service() 1537 list_for_each_entry(dest, &svc->destinations, in ip_vs_dst_event() 1546 list_for_each_entry(dest, &svc->destinations, in ip_vs_dst_event() 1572 list_for_each_entry(dest, &svc->destinations, n_list) { in ip_vs_zero_service() 2037 list_for_each_entry_rcu(dest, &svc->destinations, n_list) { in ip_vs_info_seq_show() 2553 list_for_each_entry(dest, &svc->destinations, n_list) { in __ip_vs_get_dest_entries() 3221 list_for_each_entry(dest, &svc->destinations, n_list) { in ip_vs_genl_dump_dests()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | kcopyd.txt | 16 the source and destinations of the copy. Each io_region indicates a 18 of the copy is given as one io_region structure, and the destinations of the
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 24 unless you limit mtu for these destinations to 2044.
|
/linux-4.4.14/Documentation/usb/ |
D | anchors.txt | 78 destinations in one anchor you have no guarantee the chronologically
|
/linux-4.4.14/Documentation/trace/ |
D | intel_th.txt | 14 It consists of trace sources, trace destinations (outputs) and a
|
/linux-4.4.14/Documentation/ |
D | vme_api.txt | 278 and pattern sources and destinations (where appropriate):
|
/linux-4.4.14/include/net/ |
D | ip_vs.h | 633 struct list_head destinations; /* real server d-linked list */ member
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 877 required to reach most destinations. 2289 from the final destinations, thus, each destination (Host B, Host C) 2358 configuration (as described above), with destinations all on 2648 must be able to reach all destinations for traffic sent over the
|
D | ip-sysctl.txt | 1521 When enabled, the candidate source addresses for destinations
|