Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddev.c4123 napi->gro_count--; in napi_gro_flush()
4262 napi->gro_count--; in dev_gro_receive()
4271 if (unlikely(napi->gro_count >= MAX_GRO_SKBS)) { in dev_gro_receive()
4283 napi->gro_count++; in dev_gro_receive()
4740 napi->gro_count = 0; in netif_napi_add()
4781 napi->gro_count = 0; in netif_napi_del()
/linux-4.4.14/include/linux/
Dnetdevice.h311 unsigned int gro_count; member