Searched refs:metric (Results 1 - 9 of 9) sorted by relevance

/net/mac80211/
H A Dmesh_hwmp.c109 __le32 lifetime, __le32 metric,
184 memcpy(pos, &metric, 4);
368 * Returns: metric to frame originator or 0 if the frame should not be further
442 new_metric >= mpath->metric)) {
459 mpath->metric = new_metric;
485 (last_hop_metric > mpath->metric)))
498 mpath->metric = last_hop_metric;
515 const u8 *preq_elem, u32 metric)
533 orig_metric = metric;
544 metric
104 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, __le32 orig_sn, u8 target_flags, const u8 *target, __le32 target_sn, const u8 *da, u8 hop_count, u8 ttl, __le32 lifetime, __le32 metric, __le32 preq_id, struct ieee80211_sub_if_data *sdata) argument
513 hwmp_preq_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *preq_elem, u32 metric) argument
650 hwmp_prep_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *prep_elem, u32 metric) argument
773 u32 orig_sn, metric, metric_txsta, interval; local
[all...]
H A Dmesh.h81 * @metric: current metric to this destination
92 * @rann_metric: the aggregated path metric towards the root node
112 u32 metric; member in struct:mesh_path
H A Dmesh_pathtbl.c996 mpath->metric = 0;
H A Dcfg.c1639 pinfo->metric = mpath->metric;
/net/wireless/
H A Dtrace.h802 __field(u32, metric)
815 __entry->metric = pinfo->metric;
822 "filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u,"
826 __entry->metric, __entry->exptime, __entry->discovery_timeout,
H A Dnl80211.c4205 pinfo->metric)) ||
/net/ipv4/
H A Dtcp_output.c125 unsigned int metric = dst_metric_advmss(dst); local
127 if (metric < mss) {
128 mss = metric;
H A Dtcp_input.c748 /* RFC3517 uses different metric in lost marker => reset on change */
760 static void tcp_update_reordering(struct sock *sk, const int metric, argument
764 if (metric > tp->reordering) {
767 tp->reordering = min(TCP_MAX_REORDERING, metric);
791 if (metric > 0)
864 * Reordering metric is maximal distance, which a packet can be displaced
/net/ipv6/
H A Droute.c598 u32 metric, int oif, int strict)
604 for (rt = rr_head; rt && rt->rt6i_metric == metric;
607 for (rt = fn->leaf; rt && rt != rr_head && rt->rt6i_metric == metric;
596 find_rr_leaf(struct fib6_node *fn, struct rt6_info *rr_head, u32 metric, int oif, int strict) argument

Completed in 257 milliseconds