/third_party/libnl/include/netlink/ |
D | cache.h | 36 struct nl_cache; 37 typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *); 38 typedef void (*change_func_v2_t)(struct nl_cache *, struct nl_object *old_obj, 48 extern int nl_cache_nitems(struct nl_cache *); 49 extern int nl_cache_nitems_filter(struct nl_cache *, 51 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *); 52 extern struct nl_object * nl_cache_get_first(struct nl_cache *); 53 extern struct nl_object * nl_cache_get_last(struct nl_cache *); 57 extern struct nl_cache * nl_cache_alloc(struct nl_cache_ops *); 60 struct nl_cache **); [all …]
|
/third_party/libnl/lib/ |
D | cache.c | 69 int nl_cache_nitems(struct nl_cache *cache) in nl_cache_nitems() 79 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) in nl_cache_nitems_filter() 102 int nl_cache_is_empty(struct nl_cache *cache) in nl_cache_is_empty() 111 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops() 120 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first() 133 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last() 184 struct nl_cache *nl_cache_alloc(struct nl_cache_ops *ops) in nl_cache_alloc() 186 struct nl_cache *cache; in nl_cache_alloc() 235 struct nl_cache **result) in nl_cache_alloc_and_fill() 237 struct nl_cache *cache; in nl_cache_alloc_and_fill() [all …]
|
D | cache_mngt.c | 333 void nl_cache_mngt_provide(struct nl_cache *cache) in nl_cache_mngt_provide() 366 void nl_cache_mngt_unprovide(struct nl_cache *cache) in nl_cache_mngt_unprovide() 384 struct nl_cache *__nl_cache_mngt_require(const char *name) in __nl_cache_mngt_require() 387 struct nl_cache *cache = NULL; in __nl_cache_mngt_require() 409 struct nl_cache *nl_cache_mngt_require(const char *name) in nl_cache_mngt_require() 411 struct nl_cache *cache; in nl_cache_mngt_require() 431 struct nl_cache *nl_cache_mngt_require_safe(const char *name) in nl_cache_mngt_require_safe() 433 struct nl_cache *cache; in nl_cache_mngt_require_safe()
|
/third_party/libnl/include/netlink/route/ |
D | class.h | 30 struct nl_cache **); 32 rtnl_class_get(struct nl_cache *, int, uint32_t); 35 rtnl_class_get_by_parent(struct nl_cache *, int, uint32_t); 39 struct nl_cache *); 53 struct nl_cache *, 59 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 | netconf.h | 21 int rtnl_netconf_alloc_cache(struct nl_sock *sk, struct nl_cache **result); 23 struct rtnl_netconf *rtnl_netconf_get_by_idx(struct nl_cache *cache, int family, 25 struct rtnl_netconf *rtnl_netconf_get_all(struct nl_cache *cache, 27 struct rtnl_netconf *rtnl_netconf_get_default(struct nl_cache *cache,
|
D | neighbour.h | 28 extern int rtnl_neigh_alloc_cache(struct nl_sock *, struct nl_cache **); 30 struct nl_cache **, 32 extern struct rtnl_neigh *rtnl_neigh_get(struct nl_cache *, int, 34 extern struct rtnl_neigh *rtnl_neigh_get_by_vlan(struct nl_cache *, int,
|
D | link.h | 112 extern int rtnl_link_alloc_cache(struct nl_sock *, int, struct nl_cache **); 114 struct nl_cache **, 116 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int); 117 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *); 138 extern char * rtnl_link_i2name(struct nl_cache *, int, char *, size_t); 139 extern int rtnl_link_name2i(struct nl_cache *, const char *);
|
D | classifier.h | 28 struct nl_cache **); 30 extern void rtnl_cls_cache_set_tc_params(struct nl_cache *, int, uint32_t);
|
/third_party/libnl/python/netlink/ |
D | capi.i | 305 typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *); 308 struct nl_cache *alloc_cache_name(const char *name) in alloc_cache_name() 310 struct nl_cache *c; in alloc_cache_name() 327 struct nl_cache *cache_mngr_add(struct nl_cache_mngr *mngr, in cache_mngr_add() 331 struct nl_cache *cache; in cache_mngr_add() 341 extern int nl_cache_nitems(struct nl_cache *); 342 extern int nl_cache_nitems_filter(struct nl_cache *, 344 extern struct nl_cache_ops * nl_cache_get_ops(struct nl_cache *); 345 extern struct nl_object * nl_cache_get_first(struct nl_cache *); 346 extern struct nl_object * nl_cache_get_last(struct nl_cache *); [all …]
|
/third_party/libnl/include/netlink/cli/ |
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_family_flags(struct nl_sock *, int, 22 extern struct nl_cache *nl_cli_link_alloc_cache(struct nl_sock *); 23 extern struct nl_cache *nl_cli_link_alloc_cache_flags(struct nl_sock *,
|
D | utils.h | 75 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *, 76 int (*ac)(struct nl_sock *, struct nl_cache **)); 78 extern struct nl_cache *nl_cli_alloc_cache_flags(struct nl_sock *, const char *, 80 int (*ac)(struct nl_sock *, struct nl_cache **, unsigned int));
|
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 *);
|
/third_party/libnl/src/lib/ |
D | link.c | 35 struct nl_cache *nl_cli_link_alloc_cache_family_flags(struct nl_sock *sock, in nl_cli_link_alloc_cache_family_flags() 39 struct nl_cache *cache; in nl_cli_link_alloc_cache_family_flags() 51 struct nl_cache *nl_cli_link_alloc_cache_family(struct nl_sock *sock, int family) in nl_cli_link_alloc_cache_family() 56 struct nl_cache *nl_cli_link_alloc_cache(struct nl_sock *sock) in nl_cli_link_alloc_cache() 61 struct nl_cache *nl_cli_link_alloc_cache_flags(struct nl_sock *sock, in nl_cli_link_alloc_cache_flags()
|
D | utils.c | 198 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name, in nl_cli_alloc_cache() 199 int (*ac)(struct nl_sock *, struct nl_cache **)) in nl_cli_alloc_cache() argument 201 struct nl_cache *cache; in nl_cli_alloc_cache() 213 struct nl_cache *nl_cli_alloc_cache_flags(struct nl_sock *sock, in nl_cli_alloc_cache_flags() 215 int (*ac)(struct nl_sock *, struct nl_cache **, in nl_cli_alloc_cache_flags() argument 218 struct nl_cache *cache; in nl_cli_alloc_cache_flags()
|
D | class.c | 32 struct nl_cache *nl_cli_class_alloc_cache(struct nl_sock *sock, int ifindex) in nl_cli_class_alloc_cache() 34 struct nl_cache *cache; in nl_cli_class_alloc_cache()
|
D | rule.c | 34 struct nl_cache *nl_cli_rule_alloc_cache(struct nl_sock *sk) in nl_cli_rule_alloc_cache() 36 struct nl_cache *cache; in nl_cli_rule_alloc_cache()
|
/third_party/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, 258 struct nl_cache *co_major_cache;
|
/third_party/libnl/lib/route/ |
D | class.c | 61 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk) in class_request_update() 279 struct nl_cache *cache) in rtnl_class_leaf_qdisc() 314 struct nl_cache **result) in rtnl_class_alloc_cache() 316 struct nl_cache * cache; in rtnl_class_alloc_cache() 354 struct rtnl_class *rtnl_class_get(struct nl_cache *cache, int ifindex, in rtnl_class_get() 385 struct rtnl_class *rtnl_class_get_by_parent(struct nl_cache *cache, int ifindex, in rtnl_class_get_by_parent() 416 void rtnl_class_foreach_child(struct rtnl_class *class, struct nl_cache *cache, in rtnl_class_foreach_child() 439 void rtnl_class_foreach_cls(struct rtnl_class *class, struct nl_cache *cache, in rtnl_class_foreach_cls()
|
D | qdisc.c | 51 static int qdisc_request_update(struct nl_cache *c, struct nl_sock *sk) in qdisc_request_update() 369 int rtnl_qdisc_alloc_cache(struct nl_sock *sk, struct nl_cache **result) in rtnl_qdisc_alloc_cache() 388 struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *cache, in rtnl_qdisc_get_by_parent() 420 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex, in rtnl_qdisc_get() 451 void rtnl_qdisc_foreach_child(struct rtnl_qdisc *qdisc, struct nl_cache *cache, in rtnl_qdisc_foreach_child() 475 void rtnl_qdisc_foreach_cls(struct rtnl_qdisc *qdisc, struct nl_cache *cache, in rtnl_qdisc_foreach_cls()
|
/third_party/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 *,
|
/third_party/libnl/src/ |
D | nl-tctree-list.c | 22 static struct nl_cache *qdisc_cache, *class_cache; 48 struct nl_cache *cls_cache; in print_class() 85 struct nl_cache *cls_cache; in print_qdisc() 136 struct nl_cache *link_cache; in main()
|
D | nl-qdisc-list.c | 70 struct nl_cache *class_cache; in list_classes() 86 struct nl_cache *cls_cache; in list_cls() 116 struct nl_cache *qdisc_cache; in list_qdiscs() 135 struct nl_cache *link_cache, *qdisc_cache; in main()
|
/third_party/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 *,
|
/third_party/libnl/include/netlink/fib_lookup/ |
D | lookup.h | 29 extern struct nl_cache * flnl_result_alloc_cache(void); 36 struct nl_cache *);
|