Searched refs:stats_size (Results 1 – 1 of 1) sorted by relevance
1200 size_t stats_size; in xsk_getsockopt() local1206 stats_size = sizeof(struct xdp_statistics_v1); in xsk_getsockopt()1208 stats_size = sizeof(stats); in xsk_getsockopt()1225 if (copy_to_user(optval, &stats, stats_size)) in xsk_getsockopt()1227 if (put_user(stats_size, optlen)) in xsk_getsockopt()