OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qo_clone
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
qdisc-modules.h
58
int (*
qo_clone
)(struct rtnl_qdisc *, struct rtnl_qdisc *);
member in struct:rtnl_qdisc_ops
/external/libnl/lib/route/
qdisc_obj.c
53
if (qops && qops->
qo_clone
)
54
err = qops->
qo_clone
(dst, src);
/external/libnl/lib/route/sch/
cbq.c
266
.
qo_clone
= cbq_qdisc_clone,
Completed in 2466 milliseconds