Searched refs:tca_get_ifindex (Results 1 – 4 of 4) sorted by relevance
44 extern int tca_get_ifindex(struct rtnl_tca *);
190 return tca_get_ifindex((struct rtnl_tca *) qdisc); in rtnl_qdisc_get_ifindex()
225 return tca_get_ifindex((struct rtnl_tca *) class); in rtnl_class_get_ifindex()
270 int tca_get_ifindex(struct rtnl_tca *t) in tca_get_ifindex() function