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()
454 new_metric) >= mpath->metric)) { in hwmp_route_info_get()
493 mpath->metric = new_metric; in hwmp_route_info_get()
525 last_hop_metric) > mpath->metric))) in hwmp_route_info_get()
540 mpath->metric = last_hop_metric; in hwmp_route_info_get()
628 target_metric = mpath->metric; in hwmp_preq_frame_process()
697 const u8 *prep_elem, u32 metric) in hwmp_prep_frame_process() argument
745 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
Dmesh.h115 u32 metric; member
Dmesh_pathtbl.c745 mpath->metric = 0; in mesh_path_fix_nexthop()
Dcfg.c1946 pinfo->metric = mpath->metric; in mpath_set_pinfo()
/net/batman-adv/
DKconfig31 network, as well as a throughput based metric.
/net/wireless/
Dtrace.h1002 __field(u32, metric)
1015 __entry->metric = pinfo->metric;
1026 __entry->metric, __entry->exptime, __entry->discovery_timeout,
Dnl80211.c6684 pinfo->metric)) || in nl80211_send_mpath()
/net/ipv6/
Droute.c781 struct fib6_info *nomatch, u32 metric, in __find_rr_leaf() argument
793 if (cont && f6i->fib6_metric != metric) { in __find_rr_leaf()
841 u32 metric = rr_head->fib6_metric; in find_rr_leaf() local
845 __find_rr_leaf(rr_head, NULL, metric, res, &cont, in find_rr_leaf()
848 __find_rr_leaf(leaf, rr_head, metric, res, &cont, in find_rr_leaf()
854 __find_rr_leaf(cont, NULL, metric, res, NULL, in find_rr_leaf()
Dip6_fib.c712 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val) in fib6_metric_set() argument
727 f6i->fib6_metrics->metrics[metric - 1] = val; in fib6_metric_set()
Daddrconf.c2432 addrconf_prefix_route(struct in6_addr *pfx, int plen, u32 metric, in addrconf_prefix_route() argument
2438 .fc_metric = metric ? : IP6_RT_PRIO_ADDRCONF, in addrconf_prefix_route()
/net/ipv4/
Dtcp_output.c128 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local
130 if (metric < mss) { in tcp_advertise_mss()
131 mss = metric; in tcp_advertise_mss()
Dtcp_input.c1033 u32 fack, metric; in tcp_check_sack_reordering() local
1039 metric = fack - low_seq; in tcp_check_sack_reordering()
1040 if ((metric > tp->reordering * mss) && mss) { in tcp_check_sack_reordering()
1049 tp->reordering = min_t(u32, (metric + mss - 1) / mss, in tcp_check_sack_reordering()