Searched refs:gro_normal_batch (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/core/
H A Dsysctl_net_core.c640 .procname = "gro_normal_batch",
641 .data = &net_hotdata.gro_normal_batch,
H A Dhotdata.c11 .gro_normal_batch = 8,
/linux-master/include/net/
H A Dhotdata.h34 int gro_normal_batch; member in struct:net_hotdata
H A Dgro.h527 if (napi->rx_count >= READ_ONCE(net_hotdata.gro_normal_batch))

Completed in 204 milliseconds