Lines Matching full:ifindex
208 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex);
241 int rtnl_link_get_kernel(struct nl_sock *sk, int ifindex, const char *name, struct rtnl_link **result);
276 char *rtnl_link_i2name (struct nl_cache *cache, int ifindex, char *dst, size_t len);
367 void rtnl_link_set_ifindex(struct rtnl_link *link, int ifindex);
1324 void rtnl_tc_set_ifindex(struct rtnl_tc *tc, int ifindex);
1604 - Search qdisc with matching ifindex and handle:
1608 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex, uint32_t handle);
1610 - Search qdisc with matching ifindex and parent:
1614 struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *cache, int ifindex , uint32_t parent);
1622 int ifindex;
1624 ifindex = rtnl_link_get_ifindex(eth0_obj);
1627 if (!(qdisc = rtnl_qdisc_get(all_qdiscs, ifindex, TC_HANDLE(1, 0))))
1655 - IfIndex