HomeSort by relevance Sort by last modified time
    Searched refs:link_cache (Results 26 - 39 of 39) sorted by null

12

  /external/libnl/src/
nl-tctree-list.c 117 struct nl_cache *link_cache; local
121 link_cache = nl_cli_link_alloc_cache(sock);
146 nl_cache_foreach(link_cache, &print_link, NULL);
nl-monitor.c 38 struct nl_cache *link_cache; local
95 link_cache = nl_cli_link_alloc_cache(sock);
nf-log.c 55 struct nl_cache *link_cache; local
119 link_cache = nl_cli_link_alloc_cache(rt_sock);
nf-queue.c 86 struct nl_cache *link_cache; local
142 link_cache = nl_cli_link_alloc_cache(rt_sock);
  /external/libnl/src/cls/
utils.c 24 void parse_dev(struct rtnl_cls *cls, struct nl_cache *link_cache, char *arg)
28 if (!(ival = rtnl_link_name2i(link_cache, arg)))
  /external/libnl/lib/netfilter/
log_msg_obj.c 76 struct nl_cache *link_cache; local
79 link_cache = nl_cache_mngt_require("route/link");
87 if (link_cache)
89 rtnl_link_i2name(link_cache,
97 if (link_cache)
99 rtnl_link_i2name(link_cache,
107 if (link_cache)
109 rtnl_link_i2name(link_cache,
117 if (link_cache)
119 rtnl_link_i2name(link_cache,
    [all...]
queue_msg_obj.c 66 struct nl_cache *link_cache; local
69 link_cache = nl_cache_mngt_require("route/link");
77 if (link_cache)
79 rtnl_link_i2name(link_cache,
87 if (link_cache)
89 rtnl_link_i2name(link_cache,
97 if (link_cache)
99 rtnl_link_i2name(link_cache,
107 if (link_cache)
109 rtnl_link_i2name(link_cache,
    [all...]
  /external/libnl/src/lib/
addr.c 54 void nl_cli_addr_parse_dev(struct rtnl_addr *addr, struct nl_cache *link_cache,
59 if (!(ival = rtnl_link_name2i(link_cache, arg)))
route.c 138 struct nl_cache *link_cache)
171 if (!(ival = rtnl_link_name2i(link_cache, arg)))
260 void nl_cli_route_parse_iif(struct rtnl_route *route, char *arg, struct nl_cache *link_cache)
264 if (!(ival = rtnl_link_name2i(link_cache, arg)))
  /external/libnl/lib/route/
neigh.c 335 struct nl_cache *link_cache; local
338 link_cache = nl_cache_mngt_require("route/link");
342 if (link_cache)
344 rtnl_link_i2name(link_cache, n->n_ifindex,
403 struct nl_cache *link_cache; local
407 link_cache = nl_cache_mngt_require("route/link");
408 if (link_cache)
410 rtnl_link_i2name(link_cache,
tc.c 190 struct nl_cache *link_cache; local
192 link_cache = nl_cache_mngt_require("route/link");
196 if (link_cache) {
199 rtnl_link_i2name(link_cache, g->tc_ifindex,
addr.c 310 struct nl_cache *link_cache; local
313 link_cache = nl_cache_mngt_require("route/link");
327 if (link_cache)
329 rtnl_link_i2name(link_cache, addr->a_ifindex,
406 struct nl_cache *link_cache; local
436 link_cache = nl_cache_mngt_require("route/link");
439 if (link_cache)
441 rtnl_link_i2name(link_cache, addr->a_ifindex,
route_obj.c 128 struct nl_cache *link_cache; local
132 link_cache = nl_cache_mngt_require("route/link");
208 struct nl_cache *link_cache; local
212 link_cache = nl_cache_mngt_require("route/link");
233 if (link_cache) {
235 rtnl_link_i2name(link_cache, r->rt_iif,
295 struct nl_cache *link_cache; local
298 link_cache = nl_cache_mngt_require("route/link");
316 if (link_cache) {
318 rtnl_link_i2name(link_cache, route->rt_iif
    [all...]
neightbl.c 238 struct nl_cache *link_cache; local
240 link_cache = nl_cache_mngt_require("route/link");
242 if (link_cache) {
245 rtnl_link_i2name(link_cache,

Completed in 321 milliseconds

12