Lines Matching full:ifindex
93 APPBUG("ifindex must be specified");
199 APPBUG("ifindex must be specified");
232 * before constructing the message, it copies the \c ifindex,
281 APPBUG("ifindex and parent must be specified");
320 * - \c ifindex and \c parent
376 * @arg ifindex Interface index
388 int ifindex, uint32_t parent)
396 if (q->q_parent == parent && q->q_ifindex == ifindex) {
408 * @arg ifindex Interface index
419 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex,
428 if (q->q_handle == handle && q->q_ifindex == ifindex) {