Home
last modified time | relevance | path

Searched refs:tca_set_ifindex (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/
Dnetlink-tc.h43 extern void tca_set_ifindex(struct rtnl_tca *, int);
/external/libnl/lib/route/
Dqdisc_obj.c185 tca_set_ifindex((struct rtnl_tca *) qdisc, ifindex); in rtnl_qdisc_set_ifindex()
Dclass_obj.c220 tca_set_ifindex((struct rtnl_tca *) class, ifindex); in rtnl_class_set_ifindex()
Dcls_obj.c142 tca_set_ifindex((struct rtnl_tca *) f, ifindex); in rtnl_cls_set_ifindex()
Dtc.c264 void tca_set_ifindex(struct rtnl_tca *t, int ifindex) in tca_set_ifindex() function