Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c106 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
179 put_unaligned_le32(metric, pos); in mesh_path_sel_frame_tx()
444 new_metric >= mpath->metric)) { in hwmp_route_info_get()
481 mpath->metric = new_metric; in hwmp_route_info_get()
507 (last_hop_metric > mpath->metric))) in hwmp_route_info_get()
520 mpath->metric = last_hop_metric; in hwmp_route_info_get()
600 target_metric = mpath->metric; in hwmp_preq_frame_process()
669 const u8 *prep_elem, u32 metric) in hwmp_prep_frame_process() argument
717 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
Dmesh.h115 u32 metric; member
Dmesh_pathtbl.c826 mpath->metric = 0; in mesh_path_fix_nexthop()
Dcfg.c1692 pinfo->metric = mpath->metric; in mpath_set_pinfo()
/net/batman-adv/
DKconfig28 network, as well as a throughput based metric.
/net/wireless/
Dtrace.h932 __field(u32, metric)
945 __entry->metric = pinfo->metric;
956 __entry->metric, __entry->exptime, __entry->discovery_timeout,
Dnl80211.c5144 pinfo->metric)) || in nl80211_send_mpath()
/net/ipv4/
Dtcp_output.c125 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local
127 if (metric < mss) { in tcp_advertise_mss()
128 mss = metric; in tcp_advertise_mss()
Dtcp_input.c877 static void tcp_update_reordering(struct sock *sk, const int metric, in tcp_update_reordering() argument
881 if (metric > tp->reordering) { in tcp_update_reordering()
884 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering()
908 if (metric > 0) in tcp_update_reordering()
/net/ipv6/
Droute.c691 u32 metric, int oif, int strict, in find_rr_leaf() argument
700 if (rt->rt6i_metric != metric) { in find_rr_leaf()
709 if (rt->rt6i_metric != metric) { in find_rr_leaf()