Searched refs:metric (Results 1 – 10 of 10) sorted by relevance
/net/mac80211/ |
D | mesh_hwmp.c | 106 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()
|
D | mesh.h | 115 u32 metric; member
|
D | mesh_pathtbl.c | 826 mpath->metric = 0; in mesh_path_fix_nexthop()
|
D | cfg.c | 1692 pinfo->metric = mpath->metric; in mpath_set_pinfo()
|
/net/batman-adv/ |
D | Kconfig | 28 network, as well as a throughput based metric.
|
/net/wireless/ |
D | trace.h | 932 __field(u32, metric) 945 __entry->metric = pinfo->metric; 956 __entry->metric, __entry->exptime, __entry->discovery_timeout,
|
D | nl80211.c | 5144 pinfo->metric)) || in nl80211_send_mpath()
|
/net/ipv4/ |
D | tcp_output.c | 125 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()
|
D | tcp_input.c | 877 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/ |
D | route.c | 691 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()
|