Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddst.h175 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() argument
179 return p[metric-1]; in dst_metric_raw()
183 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() argument
185 WARN_ON_ONCE(metric == RTAX_HOPLIMIT || in dst_metric()
186 metric == RTAX_ADVMSS || in dst_metric()
187 metric == RTAX_MTU); in dst_metric()
188 return dst_metric_raw(dst, metric); in dst_metric()
202 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() argument
207 p[metric-1] = val; in dst_metric_set()
228 static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metric) in dst_metric_rtt() argument
[all …]
Dcfg80211.h1191 u32 metric; member
/linux-4.4.14/Documentation/networking/
Dvrf.txt259 local 2002:1:: dev lo proto none metric 0 pref medium
260 local 2002:1::2 dev lo proto none metric 0 pref medium
261 2002:1::/120 dev eth1 proto kernel metric 256 pref medium
262 local 2002:2:: dev lo proto none metric 0 pref medium
263 local 2002:2::2 dev lo proto none metric 0 pref medium
264 2002:2::/120 dev eth2 proto kernel metric 256 pref medium
265 local fe80:: dev lo proto none metric 0 pref medium
266 local fe80:: dev lo proto none metric 0 pref medium
267 local fe80::ff:fe00:202 dev lo proto none metric 0 pref medium
268 local fe80::ff:fe00:203 dev lo proto none metric 0 pref medium
[all …]
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
Dswitchdev.txt349 11.0.0.4/30 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
351 11.0.0.12/30 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
352 12.0.0.2 proto zebra metric 30 offload
355 12.0.0.3 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
356 12.0.0.4 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
Darcnet.txt539 ifconfig arc0 down metric 1xxx
541 where "xxx" is the debug level you want. For example, "metric 1015" would put
/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c106 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
179 put_unaligned_le32(metric, pos); in mesh_path_sel_frame_tx()
433 new_metric >= mpath->metric)) { in hwmp_route_info_get()
470 mpath->metric = new_metric; in hwmp_route_info_get()
496 (last_hop_metric > mpath->metric))) in hwmp_route_info_get()
509 mpath->metric = last_hop_metric; in hwmp_route_info_get()
589 target_metric = mpath->metric; in hwmp_preq_frame_process()
658 const u8 *prep_elem, u32 metric) in hwmp_prep_frame_process() argument
706 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
779 u32 orig_sn, metric, metric_txsta, interval; in hwmp_rann_frame_process() local
[all …]
Dmesh.h114 u32 metric; member
Dmesh_pathtbl.c1028 mpath->metric = 0; in mesh_path_fix_nexthop()
Dcfg.c1494 pinfo->metric = mpath->metric; in mpath_set_pinfo()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/wireless/libertas/
Dhost.h948 __le32 metric; member
/linux-4.4.14/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.4.14/net/wireless/
Dtrace.h894 __field(u32, metric)
907 __entry->metric = pinfo->metric;
918 __entry->metric, __entry->exptime, __entry->discovery_timeout,
Dnl80211.c4606 pinfo->metric)) || in nl80211_send_mpath()
/linux-4.4.14/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.c851 static void tcp_update_reordering(struct sock *sk, const int metric, in tcp_update_reordering() argument
855 if (metric > tp->reordering) { in tcp_update_reordering()
858 tp->reordering = min(sysctl_tcp_max_reordering, metric); in tcp_update_reordering()
882 if (metric > 0) in tcp_update_reordering()
/linux-4.4.14/net/ipv6/
Droute.c686 u32 metric, int oif, int strict, in find_rr_leaf() argument
695 if (rt->rt6i_metric != metric) { in find_rr_leaf()
704 if (rt->rt6i_metric != metric) { in find_rr_leaf()
/linux-4.4.14/Documentation/development-process/
D2.Process83 the stable release? The most significant metric used is the list of