OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__rtnl_qdisc_lookup_ops
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/route/
qdisc-modules.h
69
extern struct rtnl_qdisc_ops *
__rtnl_qdisc_lookup_ops
(const char *);
/external/libnl/lib/route/
qdisc_api.c
77
struct rtnl_qdisc_ops *
__rtnl_qdisc_lookup_ops
(const char *kind)
function
91
qdisc->q_ops =
__rtnl_qdisc_lookup_ops
(qdisc->q_kind);
qdisc_obj.c
216
qdisc->q_ops =
__rtnl_qdisc_lookup_ops
(name);
Completed in 421 milliseconds