Home
last modified time | relevance | path

Searched refs:MAX_GRO_SKBS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/core/
H A Dgro.c7 #define MAX_GRO_SKBS 8 macro
424 /* We are called with head length >= MAX_GRO_SKBS, so this is in gro_flush_oldest()
516 if (unlikely(gro_list->count >= MAX_GRO_SKBS)) in dev_gro_receive()
/kernel/linux/linux-5.10/net/core/
H A Ddev.c152 #define MAX_GRO_SKBS 8 macro
5969 /* We are called with head length >= MAX_GRO_SKBS, so this is in gro_flush_oldest()
6065 if (unlikely(napi->gro_hash[hash].count >= MAX_GRO_SKBS)) { in dev_gro_receive()

Completed in 14 milliseconds