HomeSort by relevance Sort by last modified time
    Searched refs:nl_cache (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/libnl/lib/route/
qdisc_obj.c 134 void rtnl_qdisc_foreach_child(struct rtnl_qdisc *qdisc, struct nl_cache *cache,
160 void rtnl_qdisc_foreach_cls(struct rtnl_qdisc *qdisc, struct nl_cache *cache,
neigh.c 64 * struct nl_cache *cache = rtnl_neigh_alloc_cache(sk);
325 static int neigh_request_update(struct nl_cache *c, struct nl_sock *h)
335 struct nl_cache *link_cache;
403 struct nl_cache *link_cache;
463 int rtnl_neigh_alloc_cache(struct nl_sock *sock, struct nl_cache **result)
475 struct rtnl_neigh * rtnl_neigh_get(struct nl_cache *cache, int ifindex,
link.c 81 * struct nl_cache *cache = rtnl_link_alloc_cache(sk);
425 static int link_request_update(struct nl_cache *cache, struct nl_sock *sk)
433 struct nl_cache *cache = dp_cache(obj);
572 struct nl_cache *cache = dp_cache(obj);
640 struct nl_cache *c = dp_cache(a);
776 int rtnl_link_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
791 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex)
818 struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *cache,
981 char * rtnl_link_i2name(struct nl_cache *cache, int ifindex, char *dst,
1002 int rtnl_link_name2i(struct nl_cache *cache, const char *name
    [all...]
neightbl.c 225 static int neightbl_request_update(struct nl_cache *c, struct nl_sock *h)
238 struct nl_cache *link_cache;
387 int rtnl_neightbl_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
405 struct rtnl_neightbl *rtnl_neightbl_get(struct nl_cache *cache,
rule.c 167 static int rule_request_update(struct nl_cache *c, struct nl_sock *h)
360 struct nl_cache **result)
362 struct nl_cache * cache;
addr.c 302 static int addr_request_update(struct nl_cache *cache, struct nl_sock *sk)
310 struct nl_cache *link_cache;
406 struct nl_cache *link_cache;
551 int rtnl_addr_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
route_obj.c 128 struct nl_cache *link_cache;
208 struct nl_cache *link_cache;
295 struct nl_cache *link_cache;
tc.c 190 struct nl_cache *link_cache;
  /external/libnl/lib/
object.c 376 struct nl_cache *nl_object_get_cache(struct nl_object *obj)
  /external/libnl/src/lib/
ct.c 33 struct nl_cache *nl_cli_ct_alloc_cache(struct nl_sock *sk)
  /external/libnl/src/
nf-queue.c 86 struct nl_cache *link_cache;
  /external/libnl/include/
netlink-types.h 73 struct nl_cache struct
84 struct nl_cache * ca_cache;
  /external/libnl/lib/netfilter/
ct.c 378 static int ct_request_update(struct nl_cache *cache, struct nl_sock *sk)
553 int nfnl_ct_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
log_msg_obj.c 76 struct nl_cache *link_cache;
queue_msg_obj.c 66 struct nl_cache *link_cache;
  /external/libpcap/
pcap-linux.c 601 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache)
603 struct nl_cache *tmp = genl_ctrl_alloc_cache(h);
614 struct nl_cache *nl_cache; member in struct:nl80211_state
636 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
644 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211");
654 nl_cache_free(state->nl_cache);
664 nl_cache_free(state->nl_cache);
    [all...]

Completed in 473 milliseconds

1 2 34