Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 13 of 13) sorted by relevance

/net/batman-adv/
Dbat_v.c117 ewma_throughput_init(&hardif_neigh->bat_v.throughput); in batadv_v_hardif_neigh_init()
146 n_ifinfo->bat_v.throughput / 10, in batadv_v_orig_print_neigh()
147 n_ifinfo->bat_v.throughput % 10); in batadv_v_orig_print_neigh()
163 u32 throughput; in batadv_v_hardif_neigh_print() local
167 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_hardif_neigh_print()
170 hardif_neigh->addr, last_secs, last_msecs, throughput / 10, in batadv_v_hardif_neigh_print()
171 throughput % 10, hardif_neigh->if_incoming->net_dev->name); in batadv_v_hardif_neigh_print()
223 u32 throughput; in batadv_v_neigh_dump_neigh() local
226 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_neigh_dump_neigh()
227 throughput = throughput * 100; in batadv_v_neigh_dump_neigh()
[all …]
Dbat_v_ogm.c339 ntohl(ogm_packet->throughput), ogm_packet->ttl, in batadv_v_ogm_send_softif()
478 u32 throughput) in batadv_v_forward_penalty() argument
485 throughput = throughput * (hop_penalty_max - if_hop_penalty) / in batadv_v_forward_penalty()
490 return throughput; in batadv_v_forward_penalty()
496 if (throughput > 10 && in batadv_v_forward_penalty()
499 return throughput / 2; in batadv_v_forward_penalty()
502 return throughput * (hop_penalty_max - hop_penalty) / hop_penalty_max; in batadv_v_forward_penalty()
577 ogm_forward->throughput = htonl(neigh_ifinfo->bat_v.throughput); in batadv_v_ogm_forward()
582 if_outgoing->net_dev->name, ntohl(ogm_forward->throughput), in batadv_v_ogm_forward()
663 ntohl(ogm2->throughput)); in batadv_v_ogm_metric_update()
[all …]
Dbat_v_elp.c72 u32 throughput; in batadv_v_elp_get_throughput() local
78 throughput = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_v_elp_get_throughput()
79 if (throughput != 0) in batadv_v_elp_get_throughput()
80 return throughput; in batadv_v_elp_get_throughput()
138 throughput = link_settings.base.speed; in batadv_v_elp_get_throughput()
139 if (throughput && throughput != SPEED_UNKNOWN) in batadv_v_elp_get_throughput()
140 return throughput * 10; in batadv_v_elp_get_throughput()
172 ewma_throughput_add(&neigh->bat_v.throughput, in batadv_v_elp_throughput_metric_update()
Dgateway_common.c37 const char *description, u32 *throughput) in batadv_parse_throughput() argument
88 *throughput = lthroughput; in batadv_parse_throughput()
Dgateway_common.h36 const char *description, u32 *throughput);
Dtypes.h588 DECLARE_EWMA(throughput, 10, 8)
596 struct ewma_throughput throughput; member
717 u32 throughput; member
DKconfig31 network, as well as a throughput based metric.
62 increase the overall network throughput by fusing multiple
/net/x25/
Dx25_facilities.c103 facilities->throughput = p[1]; in x25_parse_facilities()
210 if (facilities->throughput && (facil_mask & X25_MASK_THROUGHPUT)) { in x25_create_facilities()
212 *p++ = facilities->throughput; in x25_create_facilities()
291 if (theirs.throughput) { in x25_negotiate_facilities()
292 int theirs_in = theirs.throughput & 0x0f; in x25_negotiate_facilities()
293 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities()
294 int ours_in = ours->throughput & 0x0f; in x25_negotiate_facilities()
295 int ours_out = ours->throughput & 0xf0; in x25_negotiate_facilities()
298 new->throughput = (new->throughput & 0xf0) | theirs_in; in x25_negotiate_facilities()
303 new->throughput = (new->throughput & 0x0f) | theirs_out; in x25_negotiate_facilities()
Daf_x25.c582 x25->facilities.throughput = 0; /* by default don't negotiate in x25_create()
1473 if (facilities.throughput) { in x25_ioctl()
1474 int out = facilities.throughput & 0xf0; in x25_ioctl()
1475 int in = facilities.throughput & 0x0f; in x25_ioctl()
1477 facilities.throughput |= in x25_ioctl()
1482 facilities.throughput |= in x25_ioctl()
/net/mac80211/
Dled.c278 if (tpt_trig->blink_table[i].throughput < 0 || in tpt_trig_timer()
279 tpt > tpt_trig->blink_table[i].throughput) { in tpt_trig_timer()
/net/dccp/ccids/
DKconfig24 throughput over time compared with TCP, which makes CCID-3 more
/net/ipv4/
DKconfig379 with high throughput. A typical desktop system does not
517 wired networks and throughput over wireless links.
598 throughput over wireless networks. TCP Veno makes use of state
625 throughput and maintain fairness.
639 - High throughput (continuous data updates, large file transfers) with
/net/ipv6/
DKconfig88 with high throughput. A typical desktop system does not