Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddst.h176 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() argument
180 return p[metric-1]; in dst_metric_raw()
184 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() argument
186 WARN_ON_ONCE(metric == RTAX_HOPLIMIT || in dst_metric()
187 metric == RTAX_ADVMSS || in dst_metric()
188 metric == RTAX_MTU); in dst_metric()
189 return dst_metric_raw(dst, metric); in dst_metric()
203 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() argument
208 p[metric-1] = val; in dst_metric_set()
223 static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metric) in dst_metric_rtt() argument
[all …]
Dcfg80211.h1187 u32 metric; member
/linux-4.1.27/net/mac80211/
Dmesh_hwmp.c109 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
182 put_unaligned_le32(metric, pos); in mesh_path_sel_frame_tx()
440 new_metric >= mpath->metric)) { in hwmp_route_info_get()
457 mpath->metric = new_metric; in hwmp_route_info_get()
483 (last_hop_metric > mpath->metric))) in hwmp_route_info_get()
496 mpath->metric = last_hop_metric; in hwmp_route_info_get()
513 const u8 *preq_elem, u32 metric) in hwmp_preq_frame_process() argument
531 orig_metric = metric; in hwmp_preq_frame_process()
542 metric = 0; in hwmp_preq_frame_process()
559 metric = 0; in hwmp_preq_frame_process()
[all …]
Dmesh.h114 u32 metric; member
Dmesh_pathtbl.c1028 mpath->metric = 0; in mesh_path_fix_nexthop()
Dcfg.c1513 pinfo->metric = mpath->metric; in mpath_set_pinfo()
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt5 I.e. it is tree of nodes (destination prefix, tos, metric)
79 [ metric METRIC ] [ reject ] ... (look at iproute utility)
103 253 ASE routes with external metric
104 252 ASE routes with internal metric
Darcnet.txt539 ifconfig arc0 down metric 1xxx
541 where "xxx" is the debug level you want. For example, "metric 1015" would put
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Devent.c37 s8 metric = metric_arr[0]; in wlcore_event_rssi_trigger() local
39 wl1271_debug(DEBUG_EVENT, "RSSI trigger metric: %d", metric); in wlcore_event_rssi_trigger()
43 if (metric <= wlvif->rssi_thold) in wlcore_event_rssi_trigger()
Dacx.h646 u8 metric; member
Dacx.c1245 acx->metric = WL1271_ACX_TRIG_METRIC_RSSI_BEACON; in wl1271_acx_rssi_snr_trigger()
/linux-4.1.27/sound/pci/
Dsonicvibes.c488 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local
503 if (xd < metric) { in snd_sonicvibes_pll()
504 metric = xd; in snd_sonicvibes_pll()
514 "metric = %i, xm = %i, xn = %i\n", metric, xm, xn); in snd_sonicvibes_pll()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.c508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument
511 p4_config_pack_cccr(metric | \
/linux-4.1.27/drivers/net/wireless/libertas/
Dhost.h948 __le32 metric; member
/linux-4.1.27/net/wireless/
Dtrace.h894 __field(u32, metric)
907 __entry->metric = pinfo->metric;
918 __entry->metric, __entry->exptime, __entry->discovery_timeout,
Dnl80211.c4568 pinfo->metric)) || in nl80211_send_mpath()
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt248 The memory_pressure of a cpuset provides a simple per-cpuset metric
271 code of __alloc_pages() for this metric reduces to simply noticing
273 systems that enable this feature will compute the metric.
279 metric is sharply reduced on large systems, because a scan of
Dblkio-controller.txt230 this metric does not include the time spent waiting for service once
/linux-4.1.27/net/ipv4/
Dtcp_output.c128 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local
130 if (metric < mss) { in tcp_advertise_mss()
131 mss = metric; in tcp_advertise_mss()
Dtcp_input.c831 static void tcp_update_reordering(struct sock *sk, const int metric, in tcp_update_reordering() argument
835 if (metric > tp->reordering) { in tcp_update_reordering()
838 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering()
862 if (metric > 0) in tcp_update_reordering()
/linux-4.1.27/net/ipv6/
Droute.c652 u32 metric, int oif, int strict, in find_rr_leaf() argument
659 for (rt = rr_head; rt && rt->rt6i_metric == metric; in find_rr_leaf()
662 for (rt = fn->leaf; rt && rt != rr_head && rt->rt6i_metric == metric; in find_rr_leaf()
/linux-4.1.27/Documentation/development-process/
D2.Process83 the stable release? The most significant metric used is the list of