Lines Matching full:ifindex
21 lo_info = nf.dev_get({"ifindex": 1})
29 nf.dev_get({'ifindex': 1}, dump=True)
32 ksft_eq(cm.exception.nl_msg.extack['bad-attr'], '.ifindex')
41 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
47 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
61 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
146 napis = nf.napi_get({'ifindex': nsim.ifindex}, dump=True)
201 return [pp for pp in pp_list if pp.get("ifindex") == nsim.ifindex]
223 refs = sum([pp["inflight"] for pp in pp_list if pp.get("ifindex") == nsim.ifindex])