Searched defs:metric (Results 1 - 5 of 5) sorted by relevance

/net/mac80211/
H A Dmesh.h83 * @metric: current metric to this destination
94 * @rann_metric: the aggregated path metric towards the root node
114 u32 metric; member in struct:mesh_path
H A Dmesh_hwmp.c109 u32 lifetime, u32 metric, u32 preq_id,
182 put_unaligned_le32(metric, pos);
366 * Returns: metric to frame originator or 0 if the frame should not be further
440 new_metric >= mpath->metric)) {
457 mpath->metric = new_metric;
483 (last_hop_metric > mpath->metric)))
496 mpath->metric = last_hop_metric;
513 const u8 *preq_elem, u32 metric)
531 orig_metric = metric;
542 metric
104 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) argument
511 hwmp_preq_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *preq_elem, u32 metric) argument
646 hwmp_prep_frame_process(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, const u8 *prep_elem, u32 metric) argument
766 u32 orig_sn, metric, metric_txsta, interval; local
[all...]
/net/ipv4/
H A Dtcp_output.c131 unsigned int metric = dst_metric_advmss(dst); local
133 if (metric < mss) {
134 mss = metric;
H A Dtcp_input.c818 /* RFC3517 uses different metric in lost marker => reset on change */
830 static void tcp_update_reordering(struct sock *sk, const int metric, argument
834 if (metric > tp->reordering) {
837 tp->reordering = min(TCP_MAX_REORDERING, metric);
861 if (metric > 0)
934 * Reordering metric is maximal distance, which a packet can be displaced
/net/ipv6/
H A Droute.c653 u32 metric, int oif, int strict,
660 for (rt = rr_head; rt && rt->rt6i_metric == metric;
663 for (rt = fn->leaf; rt && rt != rr_head && rt->rt6i_metric == metric;
651 find_rr_leaf(struct fib6_node *fn, struct rt6_info *rr_head, u32 metric, int oif, int strict, bool *do_rr) argument

Completed in 446 milliseconds