OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtnl_qdisc
(Results
1 - 3
of
3
) sorted by null
/external/libnl-headers/netlink/route/
qdisc.h
23
struct
rtnl_qdisc
;
27
extern struct
rtnl_qdisc
*rtnl_qdisc_alloc(void);
28
extern void rtnl_qdisc_put(struct
rtnl_qdisc
*);
31
extern struct
rtnl_qdisc
*rtnl_qdisc_get(struct nl_cache *, int, uint32_t);
32
extern struct
rtnl_qdisc
*rtnl_qdisc_get_by_parent(struct nl_cache *,
35
extern int rtnl_qdisc_build_add_request(struct
rtnl_qdisc
*, int,
37
extern int rtnl_qdisc_add(struct nl_sock *, struct
rtnl_qdisc
*, int);
39
extern int rtnl_qdisc_build_change_request(struct
rtnl_qdisc
*,
40
struct
rtnl_qdisc
*,
42
extern int rtnl_qdisc_change(struct nl_sock *, struct
rtnl_qdisc
*,
[
all
...]
class.h
34
extern struct
rtnl_qdisc
* rtnl_class_leaf_qdisc(struct rtnl_class *,
/external/libnl-headers/
netlink-types.h
468
struct
rtnl_qdisc
struct
Completed in 61 milliseconds