Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_obj.c259 if ((r->ce_mask & ROUTE_ATTR_CACHEINFO) && r->rt_cacheinfo.rtci_error) { in route_dump_details()
261 r->rt_cacheinfo.rtci_error, in route_dump_details()
262 strerror_r(-r->rt_cacheinfo.rtci_error, buf, sizeof(buf))); in route_dump_details()
287 struct rtnl_rtcacheinfo *ci = &route->rt_cacheinfo; in route_dump_stats()
1110 nla_memcpy(&route->rt_cacheinfo, tb[RTA_CACHEINFO], in rtnl_route_parse()
1111 sizeof(route->rt_cacheinfo)); in rtnl_route_parse()
/external/libnl/include/netlink-private/
Dtypes.h300 struct rtnl_rtcacheinfo rt_cacheinfo; member