/linux-4.1.27/include/net/ |
D | dst.h | 176 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 …]
|
D | cfg80211.h | 1187 u32 metric; member
|
/linux-4.1.27/net/mac80211/ |
D | mesh_hwmp.c | 109 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 …]
|
D | mesh.h | 114 u32 metric; member
|
D | mesh_pathtbl.c | 1028 mpath->metric = 0; in mesh_path_fix_nexthop()
|
D | cfg.c | 1513 pinfo->metric = mpath->metric; in mpath_set_pinfo()
|
/linux-4.1.27/Documentation/networking/ |
D | policy-routing.txt | 5 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
|
D | arcnet.txt | 539 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/ |
D | event.c | 37 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()
|
D | acx.h | 646 u8 metric; member
|
D | acx.c | 1245 acx->metric = WL1271_ACX_TRIG_METRIC_RSSI_BEACON; in wl1271_acx_rssi_snr_trigger()
|
/linux-4.1.27/sound/pci/ |
D | sonicvibes.c | 488 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/ |
D | perf_event_p4.c | 508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument 511 p4_config_pack_cccr(metric | \
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | host.h | 948 __le32 metric; member
|
/linux-4.1.27/net/wireless/ |
D | trace.h | 894 __field(u32, metric) 907 __entry->metric = pinfo->metric; 918 __entry->metric, __entry->exptime, __entry->discovery_timeout,
|
D | nl80211.c | 4568 pinfo->metric)) || in nl80211_send_mpath()
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 248 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
|
D | blkio-controller.txt | 230 this metric does not include the time spent waiting for service once
|
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 128 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()
|
D | tcp_input.c | 831 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/ |
D | route.c | 652 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/ |
D | 2.Process | 83 the stable release? The most significant metric used is the list of
|