Home
last modified time | relevance | path

Searched refs:metric (Results 1 – 12 of 12) sorted by relevance

/net/mac80211/
Dmesh_hwmp.c105 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()
Dmesh.h116 u32 metric; member
Dmesh_pathtbl.c1046 mpath->metric = 0; in mesh_path_fix_nexthop()
Dcfg.c2328 pinfo->metric = mpath->metric; in mpath_set_pinfo()
/net/batman-adv/
DKconfig30 network, as well as a throughput based metric.
/net/ipv6/
Droute.c790 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()
Dip6_fib.c714 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()
Daddrconf.c2446 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/
Dtrace.h1048 __field(u32, metric)
1061 __entry->metric = pinfo->metric;
1072 __entry->metric, __entry->exptime, __entry->discovery_timeout,
Dnl80211.c7753 pinfo->metric)) || in nl80211_send_mpath()
/net/ipv4/
Dtcp_output.c129 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()
Dtcp_input.c1064 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()