Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c85 __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 …]
Dmesh.h81 u32 metric; member
Dcfg.c922 pinfo->metric = mpath->metric; in mpath_set_pinfo()
Dmesh_pathtbl.c550 mpath->metric = 0; in mesh_path_fix_nexthop()
/net/ipv6/
Droute.c400 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/
Dtcp_input.c946 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/
Dnl80211.c1529 pinfo->metric); in nl80211_send_mpath()