Lines Matching refs:caps
26 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex}, dump=True)
34 ksft_true(len(caps)> 0)
38 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex,
44 if not 'support-bw-max' in caps or not 'support-metric-bps' in caps:
111 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex,
117 if not 'support-bw-max' in caps or not 'support-metric-bps' in caps:
147 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex,
153 if not 'support-weight' in caps:
192 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex,
198 if not 'support-bw-max' in caps or not 'support-metric-bps' in caps:
201 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex,
207 …if not 'support-nesting' in caps or not 'support-weight' in caps or not 'support-metric-bps' in ca…
291 caps = nl_shaper.cap_get({'ifindex': cfg.ifindex,
297 if not 'support-nesting' in caps: