Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Ddev.c5787 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
5796 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
6004 if (!test_bit(hash, &napi->gro_bitmask)) in dev_gro_receive()
6005 __set_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
6006 } else if (test_bit(hash, &napi->gro_bitmask)) { in dev_gro_receive()
6007 __clear_bit(hash, &napi->gro_bitmask); in dev_gro_receive()
6425 if (n->gro_bitmask) in napi_complete_done()
6435 if (n->gro_bitmask) { in napi_complete_done()
6663 napi->gro_bitmask = 0; in init_gro_hash()
6736 napi->gro_bitmask = 0; in __netif_napi_del()
[all …]
/Linux-v5.10/include/linux/
Dnetdevice.h336 unsigned long gro_bitmask; member