OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tca_set_ifindex
(Results
1 - 5
of
5
) sorted by null
/external/libnl/include/
netlink-tc.h
43
extern void
tca_set_ifindex
(struct rtnl_tca *, int);
/external/libnl/lib/route/
class_obj.c
220
tca_set_ifindex
((struct rtnl_tca *) class, ifindex);
cls_obj.c
142
tca_set_ifindex
((struct rtnl_tca *) f, ifindex);
qdisc_obj.c
185
tca_set_ifindex
((struct rtnl_tca *) qdisc, ifindex);
tc.c
264
void
tca_set_ifindex
(struct rtnl_tca *t, int ifindex)
function
Completed in 36 milliseconds