Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Ddev.c3960 napi->gro_count--; in napi_gro_flush()
4098 napi->gro_count--; in dev_gro_receive()
4107 if (unlikely(napi->gro_count >= MAX_GRO_SKBS)) { in dev_gro_receive()
4119 napi->gro_count++; in dev_gro_receive()
4574 napi->gro_count = 0; in netif_napi_add()
4613 napi->gro_count = 0; in netif_napi_del()
/linux-4.1.27/include/linux/
Dnetdevice.h310 unsigned int gro_count; member