Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Ddev.c5833 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
5842 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
6064 if (!test_bit(hash, &napi->gro_bitmask)) in dev_gro_receive()
6065 __set_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
6066 } else if (test_bit(hash, &napi->gro_bitmask)) { in dev_gro_receive()
6067 __clear_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
6493 if (n->gro_bitmask) in napi_complete_done()
6503 if (n->gro_bitmask) { in napi_complete_done()
6731 napi->gro_bitmask = 0; in init_gro_hash()
6804 napi->gro_bitmask = 0; in __netif_napi_del()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h336 unsigned long gro_bitmask; member