Home | History | Annotate | Download | only in link

Lines Matching defs:stat

165 		uint64_t stat;
182 memcpy(&stat, &cnt[i * sizeof(stat)], sizeof(stat));
183 rtnl_link_set_stat(link, map_stat_id[i], stat);
189 uint64_t stat;
194 memcpy(&stat, &cnt[i * sizeof(stat)], sizeof(stat));
196 stat);