Home
last modified time | relevance | path

Searched refs:rt_cacheinfo (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/
Droute_obj.c269 if ((r->ce_mask & ROUTE_ATTR_CACHEINFO) && r->rt_cacheinfo.rtci_error) { in route_dump_details()
271 r->rt_cacheinfo.rtci_error, in route_dump_details()
272 nl_strerror_l(-r->rt_cacheinfo.rtci_error)); in route_dump_details()
297 struct rtnl_rtcacheinfo *ci = &route->rt_cacheinfo; in route_dump_stats()
1228 nla_memcpy(&route->rt_cacheinfo, tb[RTA_CACHEINFO], in rtnl_route_parse()
1229 sizeof(route->rt_cacheinfo)); in rtnl_route_parse()
/external/libnl/include/netlink-private/
Dtypes.h353 struct rtnl_rtcacheinfo rt_cacheinfo; member