HomeSort by relevance Sort by last modified time
    Searched refs:nl_cache (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/libnl/tests/
test-cache-mngr.c 6 static void change_cb(struct nl_cache *cache, struct nl_object *obj,
32 struct nl_cache *lc, *nc, *ac, *rc;
  /external/libnl/lib/
cache_mngt.c 190 void nl_cache_mngt_provide(struct nl_cache *cache)
209 void nl_cache_mngt_unprovide(struct nl_cache *cache)
230 struct nl_cache *nl_cache_mngt_require(const char *name)
  /external/libnl/include/netlink/route/
classifier.h 30 struct nl_cache **);
addr.h 31 extern int rtnl_addr_alloc_cache(struct nl_sock *, struct nl_cache **);
rule.h 31 struct nl_cache **);
  /external/libnl/lib/route/
class.c 62 static int class_request_update(struct nl_cache *cache, struct nl_sock *sk)
233 struct nl_cache **result)
235 struct nl_cache * cache;
260 struct rtnl_class *rtnl_class_get(struct nl_cache *cache, int ifindex,
route.c 45 static int route_request_update(struct nl_cache *c, struct nl_sock *h)
76 struct nl_cache **result)
78 struct nl_cache *cache;
qdisc.c 131 static int qdisc_request_update(struct nl_cache *c, struct nl_sock *sk)
386 int rtnl_qdisc_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
398 struct rtnl_qdisc * rtnl_qdisc_get_by_parent(struct nl_cache *cache,
423 struct rtnl_qdisc * rtnl_qdisc_get(struct nl_cache *cache,
  /external/libnl/src/cls/
utils.h 43 extern void parse_dev(struct rtnl_cls *, struct nl_cache *, char *);
  /external/libnl/src/lib/
qdisc.c 33 void nl_cli_qdisc_parse_dev(struct rtnl_qdisc *qdisc, struct nl_cache *link_cache, char *arg)
neigh.c 56 struct nl_cache *link_cache, char *arg)
route.c 33 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags)
35 struct nl_cache *cache;
138 struct nl_cache *link_cache)
260 void nl_cli_route_parse_iif(struct rtnl_route *route, char *arg, struct nl_cache *link_cache)
  /external/libnl/src/
nl-neightbl-list.c 31 struct nl_cache *link_cache, *neightbl_cache;
nl-rule-list.c 37 struct nl_cache *link_cache, *rule_cache;
nl-cls-add.c 39 struct nl_cache *link_cache;
nl-fib-lookup.c 29 struct nl_cache *result;
nl-link-list.c 53 struct nl_cache *link_cache;
nl-link-set.c 70 struct nl_cache *link_cache;
nl-link-stats.c 82 struct nl_cache *link_cache;
nl-neigh-add.c 48 struct nl_cache *link_cache;
  /external/libnl/include/netlink/cli/
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/lib/genl/
ctrl.c 34 static int ctrl_request_update(struct nl_cache *c, struct nl_sock *h)
141 int genl_ctrl_alloc_cache(struct nl_sock *sock, struct nl_cache **result)
158 struct genl_family *genl_ctrl_search(struct nl_cache *cache, int id)
192 struct genl_family *genl_ctrl_search_by_name(struct nl_cache *cache,
224 struct nl_cache *cache;
mngt.c 222 static int __genl_ops_resolve(struct nl_cache *ctrl, struct genl_ops *ops)
239 struct nl_cache *ctrl;
254 struct nl_cache *ctrl;
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 36 struct nl_cache *cache = NULL;
132 struct nl_cache *cache = NULL;
  /external/libnl/include/netlink/
object-api.h 187 struct nl_cache * ce_cache; \

Completed in 1030 milliseconds

12 3 4