Home
last modified time | relevance | path

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

/net/x25/
A 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()
A Daf_x25.c572 x25->facilities.throughput = 0; /* by default don't negotiate in x25_create()
1467 if (facilities.throughput) { in x25_ioctl()
1468 int out = facilities.throughput & 0xf0; in x25_ioctl()
1469 int in = facilities.throughput & 0x0f; in x25_ioctl()
1471 facilities.throughput |= in x25_ioctl()
1476 facilities.throughput |= in x25_ioctl()
/net/batman-adv/
A Dbat_v.c133 u32 throughput; in batadv_v_neigh_dump_neigh() local
136 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_neigh_dump_neigh()
137 throughput = throughput * 100; in batadv_v_neigh_dump_neigh()
273 u32 throughput; in batadv_v_orig_dump_subentry() local
280 throughput = n_ifinfo->bat_v.throughput * 100; in batadv_v_orig_dump_subentry()
463 ret = ifinfo1->bat_v.throughput - ifinfo2->bat_v.throughput; in batadv_v_neigh_cmp()
489 threshold = ifinfo1->bat_v.throughput / 4; in batadv_v_neigh_is_sob()
490 threshold = ifinfo1->bat_v.throughput - threshold; in batadv_v_neigh_is_sob()
492 ret = ifinfo2->bat_v.throughput > threshold; in batadv_v_neigh_is_sob()
541 *bw = router_ifinfo->bat_v.throughput; in batadv_v_gw_throughput_get()
[all …]
A Dbat_v_elp.c88 u32 throughput; in batadv_v_elp_get_throughput() local
100 throughput = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_v_elp_get_throughput()
101 if (throughput != 0) { in batadv_v_elp_get_throughput()
102 *pthroughput = throughput; in batadv_v_elp_get_throughput()
173 throughput = link_settings.base.speed; in batadv_v_elp_get_throughput()
174 if (throughput && throughput != SPEED_UNKNOWN) { in batadv_v_elp_get_throughput()
175 *pthroughput = throughput * 10; in batadv_v_elp_get_throughput()
203 u32 throughput; in batadv_v_elp_throughput_metric_update() local
206 valid = batadv_v_elp_get_throughput(neigh, &throughput); in batadv_v_elp_throughput_metric_update()
210 ewma_throughput_add(&neigh->bat_v.throughput, throughput); in batadv_v_elp_throughput_metric_update()
A Dbat_v_ogm.c335 ntohl(ogm_packet->throughput), ogm_packet->ttl, in batadv_v_ogm_send_meshif()
474 u32 throughput) in batadv_v_forward_penalty() argument
481 throughput = throughput * (hop_penalty_max - if_hop_penalty) / in batadv_v_forward_penalty()
486 return throughput; in batadv_v_forward_penalty()
492 if (throughput > 10 && in batadv_v_forward_penalty()
495 return throughput / 2; in batadv_v_forward_penalty()
573 ogm_forward->throughput = htonl(neigh_ifinfo->bat_v.throughput); in batadv_v_ogm_forward()
656 ntohl(ogm2->throughput)); in batadv_v_ogm_metric_update()
657 neigh_ifinfo->bat_v.throughput = path_throughput; in batadv_v_ogm_metric_update()
864 ogm_throughput = ntohl(ogm_packet->throughput); in batadv_v_ogm_process()
[all …]
A DKconfig30 network, as well as a throughput based metric.
61 increase the overall network throughput by fusing multiple
A Dtypes.h584 DECLARE_EWMA(throughput, 10, 8)
592 struct ewma_throughput throughput; member
710 u32 throughput; member
/net/mac80211/
A 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/ipv4/
A DKconfig378 with high throughput. A typical desktop system does not
516 wired networks and throughput over wireless links.
597 throughput over wireless networks. TCP Veno makes use of state
624 throughput and maintain fairness.
638 - High throughput (continuous data updates, large file transfers) with
/net/ipv6/
A DKconfig89 with high throughput. A typical desktop system does not

Completed in 24 milliseconds