Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_obj.c257 if ((r->ce_mask & ROUTE_ATTR_CACHEINFO) && r->rt_cacheinfo.rtci_error) { in route_dump_details()
259 r->rt_cacheinfo.rtci_error, in route_dump_details()
260 strerror(-r->rt_cacheinfo.rtci_error)); in route_dump_details()
282 struct rtnl_rtcacheinfo *ci = &route->rt_cacheinfo; in route_dump_stats()
1010 nla_memcpy(&route->rt_cacheinfo, tb[RTA_CACHEINFO], in rtnl_route_parse()
1011 sizeof(route->rt_cacheinfo)); in rtnl_route_parse()
/external/libnl/include/
Dnetlink-types.h277 struct rtnl_rtcacheinfo rt_cacheinfo; member