Lines Matching refs:gro_hash
5775 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain()
5783 napi->gro_hash[index].count--; in __napi_gro_flush_chain()
5786 if (!napi->gro_hash[index].count) in __napi_gro_flush_chain()
5815 head = &napi->gro_hash[hash & (GRO_HASH_BUCKETS - 1)].list; in gro_list_prepare()
5977 napi->gro_hash[hash].count--; in dev_gro_receive()
5986 if (unlikely(napi->gro_hash[hash].count >= MAX_GRO_SKBS)) { in dev_gro_receive()
5989 napi->gro_hash[hash].count++; in dev_gro_receive()
6003 if (napi->gro_hash[hash].count) { in dev_gro_receive()
6660 INIT_LIST_HEAD(&napi->gro_hash[i].list); in init_gro_hash()
6661 napi->gro_hash[i].count = 0; in init_gro_hash()
6719 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list) in flush_gro_hash()
6721 napi->gro_hash[i].count = 0; in flush_gro_hash()