/linux-4.4.14/include/net/ |
D | dst.h | 175 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 …]
|
D | cfg80211.h | 1191 u32 metric; member
|
/linux-4.4.14/Documentation/networking/ |
D | vrf.txt | 259 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 …]
|
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 | switchdev.txt | 349 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
|
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.4.14/net/mac80211/ |
D | mesh_hwmp.c | 106 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 …]
|
D | mesh.h | 114 u32 metric; member
|
D | mesh_pathtbl.c | 1028 mpath->metric = 0; in mesh_path_fix_nexthop()
|
D | cfg.c | 1494 pinfo->metric = mpath->metric; in mpath_set_pinfo()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/net/wireless/libertas/ |
D | host.h | 948 __le32 metric; member
|
/linux-4.4.14/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.4.14/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 | 4606 pinfo->metric)) || in nl80211_send_mpath()
|
/linux-4.4.14/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 | 851 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/ |
D | route.c | 686 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/ |
D | 2.Process | 83 the stable release? The most significant metric used is the list of
|