Searched refs:metric (Results 1 – 7 of 7) sorted by relevance
/net/mac80211/ |
D | mesh_hwmp.c | 85 __le32 metric, __le32 preq_id, struct ieee80211_sub_if_data *sdata) in mesh_path_sel_frame_tx() argument 141 memcpy(pos, &metric, 4); in mesh_path_sel_frame_tx() 325 new_metric > mpath->metric)) { in hwmp_route_info_get() 343 mpath->metric = new_metric; in hwmp_route_info_get() 369 (last_hop_metric > mpath->metric))) in hwmp_route_info_get() 384 mpath->metric = last_hop_metric; in hwmp_route_info_get() 401 u8 *preq_elem, u32 metric) { in hwmp_preq_frame_process() argument 420 metric = 0; in hwmp_preq_frame_process() 438 metric = mpath->metric; in hwmp_preq_frame_process() 456 cpu_to_le32(lifetime), cpu_to_le32(metric), in hwmp_preq_frame_process() [all …]
|
D | mesh.h | 81 u32 metric; member
|
D | cfg.c | 922 pinfo->metric = mpath->metric; in mpath_set_pinfo()
|
D | mesh_pathtbl.c | 550 mpath->metric = 0; in mesh_path_fix_nexthop()
|
/net/ipv6/ |
D | route.c | 400 u32 metric, int oif, int strict) in find_rr_leaf() argument 406 for (rt = rr_head; rt && rt->rt6i_metric == metric; in find_rr_leaf() 409 for (rt = fn->leaf; rt && rt != rr_head && rt->rt6i_metric == metric; in find_rr_leaf()
|
/net/ipv4/ |
D | tcp_input.c | 946 static void tcp_update_reordering(struct sock *sk, const int metric, in tcp_update_reordering() argument 950 if (metric > tp->reordering) { in tcp_update_reordering() 953 tp->reordering = min(TCP_MAX_REORDERING, metric); in tcp_update_reordering()
|
/net/wireless/ |
D | nl80211.c | 1529 pinfo->metric); in nl80211_send_mpath()
|