Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Ddst.h173 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw() argument
177 return p[metric-1]; in dst_metric_raw()
181 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() argument
183 WARN_ON_ONCE(metric == RTAX_HOPLIMIT || in dst_metric()
184 metric == RTAX_ADVMSS || in dst_metric()
185 metric == RTAX_MTU); in dst_metric()
186 return dst_metric_raw(dst, metric); in dst_metric()
200 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() argument
205 p[metric-1] = val; in dst_metric_set()
220 static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metric) in dst_metric_rtt() argument
[all …]
Dcfg80211.h747 u32 metric; member
/linux-3.4.99/net/mac80211/
Dmesh_hwmp.c114 __le32 lifetime, __le32 metric, __le32 preq_id, in mesh_path_sel_frame_tx() argument
188 memcpy(pos, &metric, 4); in mesh_path_sel_frame_tx()
441 new_metric >= mpath->metric)) { in hwmp_route_info_get()
459 mpath->metric = new_metric; in hwmp_route_info_get()
485 (last_hop_metric > mpath->metric))) in hwmp_route_info_get()
499 mpath->metric = last_hop_metric; in hwmp_route_info_get()
516 u8 *preq_elem, u32 metric) in hwmp_preq_frame_process() argument
540 metric = 0; in hwmp_preq_frame_process()
558 metric = mpath->metric; in hwmp_preq_frame_process()
577 cpu_to_le32(lifetime), cpu_to_le32(metric), in hwmp_preq_frame_process()
[all …]
Dmesh.h107 u32 metric; member
Dmesh_pathtbl.c1009 mpath->metric = 0; in mesh_path_fix_nexthop()
Dcfg.c1144 pinfo->metric = mpath->metric; in mpath_set_pinfo()
/linux-3.4.99/drivers/net/wireless/wl12xx/
Devent.c39 s8 metric = mbox->rssi_snr_trigger_metric[0]; in wl1271_event_rssi_trigger() local
41 wl1271_debug(DEBUG_EVENT, "RSSI trigger metric: %d", metric); in wl1271_event_rssi_trigger()
43 if (metric <= wlvif->rssi_thold) in wl1271_event_rssi_trigger()
Dacx.h869 u8 metric; member
Dacx.c1258 acx->metric = WL1271_ACX_TRIG_METRIC_RSSI_BEACON; in wl1271_acx_rssi_snr_trigger()
/linux-3.4.99/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
Difenslave.c508 int metric, mtu; /* Parameters of the master interface. */ in if_getconfig() local
539 metric = 0; in if_getconfig()
541 metric = ifr.ifr_metric; in if_getconfig()
542 printf("The result of SIOCGIFMETRIC is %d\n", metric); in if_getconfig()
Darcnet.txt538 ifconfig arc0 down metric 1xxx
540 where "xxx" is the debug level you want. For example, "metric 1015" would put
/linux-3.4.99/sound/pci/
Dsonicvibes.c489 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local
504 if (xd < metric) { in snd_sonicvibes_pll()
505 metric = xd; in snd_sonicvibes_pll()
514 printk(KERN_DEBUG "metric = %i, xm = %i, xn = %i\n", metric, xm, xn); in snd_sonicvibes_pll()
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_p4.c508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument
511 p4_config_pack_cccr(metric | \
/linux-3.4.99/drivers/net/wireless/libertas/
Dhost.h949 __le32 metric; member
/linux-3.4.99/net/ipv4/
Dtcp_output.c123 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local
125 if (metric < mss) { in tcp_advertise_mss()
126 mss = metric; in tcp_advertise_mss()
Dtcp_input.c965 static void tcp_update_reordering(struct sock *sk, const int metric, in tcp_update_reordering() argument
969 if (metric > tp->reordering) { in tcp_update_reordering()
972 tp->reordering = min(TCP_MAX_REORDERING, metric); in tcp_update_reordering()
/linux-3.4.99/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.txt221 this metric does not include the time spent waiting for service once
/linux-3.4.99/net/ipv6/
Droute.c531 u32 metric, int oif, int strict) in find_rr_leaf() argument
537 for (rt = rr_head; rt && rt->rt6i_metric == metric; in find_rr_leaf()
540 for (rt = fn->leaf; rt && rt != rr_head && rt->rt6i_metric == metric; in find_rr_leaf()
/linux-3.4.99/Documentation/development-process/
D2.Process83 the stable release? The most significant metric used is the list of
/linux-3.4.99/net/wireless/
Dnl80211.c2938 pinfo->metric); in nl80211_send_mpath()