/external/libnl/include/netlink/ |
D | cache.h | 36 struct nl_cache; 37 typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *); 46 extern int nl_cache_nitems(struct nl_cache *); 47 extern int nl_cache_nitems_filter(struct nl_cache *, 49 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *); 50 extern struct nl_object * nl_cache_get_first(struct nl_cache *); 51 extern struct nl_object * nl_cache_get_last(struct nl_cache *); 55 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *); 58 struct nl_cache **); 60 struct nl_cache **); [all …]
|
/external/libnl/lib/ |
D | cache.c | 68 int nl_cache_nitems(struct nl_cache *cache) in nl_cache_nitems() 78 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) in nl_cache_nitems_filter() 101 int nl_cache_is_empty(struct nl_cache *cache) in nl_cache_is_empty() 110 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops() 119 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first() 132 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last() 183 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() 185 struct nl_cache *cache; in nl_cache_alloc() 234 struct nl_cache **result) in nl_cache_alloc_and_fill() 236 struct nl_cache *cache; in nl_cache_alloc_and_fill() [all …]
|
D | cache_mngt.c | 329 void nl_cache_mngt_provide(struct nl_cache *cache) in nl_cache_mngt_provide() 362 void nl_cache_mngt_unprovide(struct nl_cache *cache) in nl_cache_mngt_unprovide() 380 struct nl_cache *__nl_cache_mngt_require(const char *name) in __nl_cache_mngt_require() 383 struct nl_cache *cache = NULL; in __nl_cache_mngt_require() 405 struct nl_cache *nl_cache_mngt_require(const char *name) in nl_cache_mngt_require() 407 struct nl_cache *cache; in nl_cache_mngt_require() 427 struct nl_cache *nl_cache_mngt_require_safe(const char *name) in nl_cache_mngt_require_safe() 429 struct nl_cache *cache; in nl_cache_mngt_require_safe()
|
/external/libnl/python/netlink/ |
D | capi.i | 300 typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *); 303 struct nl_cache *alloc_cache_name(const char *name) in alloc_cache_name() 305 struct nl_cache *c; in alloc_cache_name() 322 struct nl_cache *cache_mngr_add(struct nl_cache_mngr *mngr, in cache_mngr_add() 326 struct nl_cache *cache; in cache_mngr_add() 336 extern int nl_cache_nitems(struct nl_cache *); 337 extern int nl_cache_nitems_filter(struct nl_cache *, 339 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *); 340 extern struct nl_object * nl_cache_get_first(struct nl_cache *); 341 extern struct nl_object * nl_cache_get_last(struct nl_cache *); [all …]
|
/external/libnl/include/netlink/route/ |
D | class.h | 30 struct nl_cache **); 32 rtnl_class_get(struct nl_cache *, int, uint32_t); 36 struct nl_cache *); 50 struct nl_cache *, 56 struct nl_cache *,
|
D | qdisc.h | 29 extern int rtnl_qdisc_alloc_cache(struct nl_sock *, struct nl_cache **); 32 rtnl_qdisc_get(struct nl_cache *, int, uint32_t); 35 rtnl_qdisc_get_by_parent(struct nl_cache *, int, uint32_t); 53 extern void rtnl_qdisc_foreach_child(struct rtnl_qdisc *, struct nl_cache *, 57 extern void rtnl_qdisc_foreach_cls(struct rtnl_qdisc *, struct nl_cache *,
|
D | link.h | 112 extern int rtnl_link_alloc_cache(struct nl_sock *, int, struct nl_cache **); 113 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int); 114 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *); 135 extern char * rtnl_link_i2name(struct nl_cache *, int, char *, size_t); 136 extern int rtnl_link_name2i(struct nl_cache *, const char *);
|
/external/libnl/include/netlink-private/ |
D | cache-api.h | 192 int (*co_request_update)(struct nl_cache *, struct nl_sock *); 224 int (*co_event_filter)(struct nl_cache *, struct nl_object *obj); 239 int (*co_include_event)(struct nl_cache *cache, struct nl_object *obj, 257 struct nl_cache *co_major_cache;
|
/external/libnl/include/netlink/genl/ |
D | ctrl.h | 26 struct nl_cache **); 27 extern struct genl_family * genl_ctrl_search(struct nl_cache *, int); 28 extern struct genl_family * genl_ctrl_search_by_name(struct nl_cache *,
|
/external/libnl/lib/route/ |
D | class.c | 60 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk) in class_request_update() 278 struct nl_cache *cache) in rtnl_class_leaf_qdisc() 313 struct nl_cache **result) in rtnl_class_alloc_cache() 315 struct nl_cache * cache; in rtnl_class_alloc_cache() 353 struct rtnl_class *rtnl_class_get(struct nl_cache *cache, int ifindex, in rtnl_class_get() 383 void rtnl_class_foreach_child(struct rtnl_class *class, struct nl_cache *cache, in rtnl_class_foreach_child() 406 void rtnl_class_foreach_cls(struct rtnl_class *class, struct nl_cache *cache, in rtnl_class_foreach_cls()
|
D | qdisc.c | 50 static int qdisc_request_update(struct nl_cache *c, struct nl_sock *sk) in qdisc_request_update() 368 int rtnl_qdisc_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in rtnl_qdisc_alloc_cache() 387 struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *cache, in rtnl_qdisc_get_by_parent() 419 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex, in rtnl_qdisc_get() 450 void rtnl_qdisc_foreach_child(struct rtnl_qdisc *qdisc, struct nl_cache *cache, in rtnl_qdisc_foreach_child() 474 void rtnl_qdisc_foreach_cls(struct rtnl_qdisc *qdisc, struct nl_cache *cache, in rtnl_qdisc_foreach_cls()
|
D | route.c | 45 static int route_request_update(struct nl_cache *c, struct nl_sock *h) in route_request_update() 81 struct nl_cache **result) in rtnl_route_alloc_cache() 83 struct nl_cache *cache; in rtnl_route_alloc_cache()
|
/external/libnl/include/netlink/cli/ |
D | route.h | 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int); 26 extern void nl_cli_route_parse_nexthop(struct rtnl_route *, char *, struct nl_cache *); 32 extern void nl_cli_route_parse_iif(struct rtnl_route *, char *, struct nl_cache *);
|
D | link.h | 19 extern struct nl_cache *nl_cli_link_alloc_cache_family(struct nl_sock *, int); 20 extern struct nl_cache *nl_cli_link_alloc_cache(struct nl_sock *);
|
D | utils.h | 73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *, 74 int (*ac)(struct nl_sock *, struct nl_cache **));
|
/external/libnl/src/ |
D | nl-tctree-list.c | 19 static struct nl_cache *qdisc_cache, *class_cache; 45 struct nl_cache *cls_cache; in print_class() 82 struct nl_cache *cls_cache; in print_qdisc() 133 struct nl_cache *link_cache; in main()
|
D | nl-qdisc-list.c | 66 struct nl_cache *class_cache; in list_classes() 82 struct nl_cache *cls_cache; in list_cls() 112 struct nl_cache *qdisc_cache; in list_qdiscs() 131 struct nl_cache *link_cache, *qdisc_cache; in main()
|
/external/libnl/src/lib/ |
D | link.c | 34 struct nl_cache *nl_cli_link_alloc_cache_family(struct nl_sock *sock, int family) in nl_cli_link_alloc_cache_family() 36 struct nl_cache *cache; in nl_cli_link_alloc_cache_family() 48 struct nl_cache *nl_cli_link_alloc_cache(struct nl_sock *sock) in nl_cli_link_alloc_cache()
|
D | utils.c | 168 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, in nl_cli_alloc_cache() 169 int (*ac)(struct nl_sock *, struct nl_cache **)) in nl_cli_alloc_cache() argument 171 struct nl_cache *cache; in nl_cli_alloc_cache()
|
D | class.c | 31 struct nl_cache *nl_cli_class_alloc_cache(struct nl_sock *sock, int ifindex) in nl_cli_class_alloc_cache() 33 struct nl_cache *cache; in nl_cli_class_alloc_cache()
|
D | route.c | 33 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags) in nl_cli_route_alloc_cache() 35 struct nl_cache *cache; in nl_cli_route_alloc_cache() 138 struct nl_cache *link_cache) in nl_cli_route_parse_nexthop() 268 void nl_cli_route_parse_iif(struct rtnl_route *route, char *arg, struct nl_cache *link_cache) in nl_cli_route_parse_iif()
|
D | rule.c | 33 struct nl_cache *nl_cli_rule_alloc_cache(struct nl_sock *sk) in nl_cli_rule_alloc_cache() 35 struct nl_cache *cache; in nl_cli_rule_alloc_cache()
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 42 static inline int __genl_ctrl_alloc_cache(struct nl_sock *h, struct nl_cache **cache) in __genl_ctrl_alloc_cache() 44 struct nl_cache *tmp = genl_ctrl_alloc_cache(h); in __genl_ctrl_alloc_cache() 55 struct nl_cache *nl_cache; member 75 if (genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache)) { in nl80211_init() 81 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211"); in nl80211_init() 91 nl_cache_free(state->nl_cache); in nl80211_init() 100 nl_cache_free(state->nl_cache); in nl80211_cleanup()
|
/external/libnl/python/netlink/genl/ |
D | capi.i | 13 extern int genl_ctrl_alloc_cache(struct nl_sock *, struct nl_cache **o_cache); 14 extern struct genl_family *genl_ctrl_search(struct nl_cache *, int); 15 extern struct genl_family *genl_ctrl_search_by_name(struct nl_cache *,
|
/external/libnl/include/netlink/fib_lookup/ |
D | lookup.h | 29 extern struct nl_cache * flnl_result_alloc_cache(void); 36 struct nl_cache *);
|