Searched refs:link_cache (Results 26 - 39 of 39) sorted by relevance

12

/external/libnl/src/
H A Dnl-tctree-list.c117 struct nl_cache *link_cache; local
121 link_cache = nl_cli_link_alloc_cache(sock);
146 nl_cache_foreach(link_cache, &print_link, NULL);
H A Dnl-monitor.c38 struct nl_cache *link_cache; local
95 link_cache = nl_cli_link_alloc_cache(sock);
H A Dnf-log.c55 struct nl_cache *link_cache; local
119 link_cache = nl_cli_link_alloc_cache(rt_sock);
H A Dnf-queue.c86 struct nl_cache *link_cache; local
142 link_cache = nl_cli_link_alloc_cache(rt_sock);
/external/libnl/src/cls/
H A Dutils.c24 void parse_dev(struct rtnl_cls *cls, struct nl_cache *link_cache, char *arg) argument
28 if (!(ival = rtnl_link_name2i(link_cache, arg)))
/external/libnl/lib/netfilter/
H A Dlog_msg_obj.c76 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...]
H A Dqueue_msg_obj.c66 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/
H A Daddr.c54 void nl_cli_addr_parse_dev(struct rtnl_addr *addr, struct nl_cache *link_cache, argument
59 if (!(ival = rtnl_link_name2i(link_cache, arg)))
H A Droute.c138 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) argument
264 if (!(ival = rtnl_link_name2i(link_cache, arg)))
137 nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, struct nl_cache *link_cache) argument
/external/libnl/lib/route/
H A Dneigh.c335 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,
H A Dtc.c190 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,
H A Daddr.c310 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,
H A Droute_obj.c128 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, rout
[all...]
H A Dneightbl.c238 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 963 milliseconds

12