Searched refs:metric (Results 1 – 12 of 12) sorted by relevance
/net/mac80211/ |
D | mesh_hwmp.c | 105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument 177 put_unaligned_le32(metric, pos); in mesh_path_sel_frame_tx() 460 new_metric) >= mpath->metric)) { in hwmp_route_info_get() 501 mpath->metric = new_metric; in hwmp_route_info_get() 535 last_hop_metric) > mpath->metric))) in hwmp_route_info_get() 552 mpath->metric = last_hop_metric; in hwmp_route_info_get() 642 target_metric = mpath->metric; in hwmp_preq_frame_process() 711 const u8 *prep_elem, u32 metric) in hwmp_prep_frame_process() argument 759 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
|
D | mesh.h | 116 u32 metric; member
|
D | mesh_pathtbl.c | 1046 mpath->metric = 0; in mesh_path_fix_nexthop()
|
D | cfg.c | 2328 pinfo->metric = mpath->metric; in mpath_set_pinfo()
|
/net/batman-adv/ |
D | Kconfig | 30 network, as well as a throughput based metric.
|
/net/ipv6/ |
D | route.c | 790 struct fib6_info *nomatch, u32 metric, in __find_rr_leaf() argument 802 if (cont && f6i->fib6_metric != metric) { in __find_rr_leaf() 850 u32 metric = rr_head->fib6_metric; in find_rr_leaf() local 854 __find_rr_leaf(rr_head, NULL, metric, res, &cont, in find_rr_leaf() 857 __find_rr_leaf(leaf, rr_head, metric, res, &cont, in find_rr_leaf() 863 __find_rr_leaf(cont, NULL, metric, res, NULL, in find_rr_leaf()
|
D | ip6_fib.c | 714 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val) in fib6_metric_set() argument 729 f6i->fib6_metrics->metrics[metric - 1] = val; in fib6_metric_set()
|
D | addrconf.c | 2446 addrconf_prefix_route(struct in6_addr *pfx, int plen, u32 metric, in addrconf_prefix_route() argument 2452 .fc_metric = metric ? : IP6_RT_PRIO_ADDRCONF, in addrconf_prefix_route()
|
/net/wireless/ |
D | trace.h | 1048 __field(u32, metric) 1061 __entry->metric = pinfo->metric; 1072 __entry->metric, __entry->exptime, __entry->discovery_timeout,
|
D | nl80211.c | 7753 pinfo->metric)) || in nl80211_send_mpath()
|
/net/ipv4/ |
D | tcp_output.c | 129 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local 131 if (metric < mss) { in tcp_advertise_mss() 132 mss = metric; in tcp_advertise_mss()
|
D | tcp_input.c | 1064 u32 fack, metric; in tcp_check_sack_reordering() local 1070 metric = fack - low_seq; in tcp_check_sack_reordering() 1071 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering() 1080 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering()
|