Searched refs:gro_hash (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Dgro.c301 struct list_head *head = &napi->gro_hash[index].list;
309 napi->gro_hash[index].count--;
312 if (!napi->gro_hash[index].count)
316 /* napi->gro_hash[].list contains packets ordered by age.
461 /* Do not adjust napi->gro_hash[].count, caller is adding a new
471 struct gro_list *gro_list = &napi->gro_hash[bucket];
H A Ddev.c6507 INIT_LIST_HEAD(&napi->gro_hash[i].list);
6508 napi->gro_hash[i].count = 0;
6681 list_for_each_entry_safe(skb, n, &napi->gro_hash[i].list, list)
6683 napi->gro_hash[i].count = 0;
/linux-master/include/linux/
H A Dnetdevice.h367 struct gro_list gro_hash[GRO_HASH_BUCKETS]; member in struct:napi_struct

Completed in 293 milliseconds