Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dgro.c287 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
296 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
531 if (!test_bit(bucket, &napi->gro_bitmask)) in dev_gro_receive()
532 __set_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
533 } else if (test_bit(bucket, &napi->gro_bitmask)) { in dev_gro_receive()
534 __clear_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
Ddev.c6111 if (n->gro_bitmask) in napi_complete_done()
6121 if (n->gro_bitmask) { in napi_complete_done()
6190 if (napi->gro_bitmask) { in __busy_poll_stop()
6386 napi->gro_bitmask = 0; in init_gro_hash()
6536 napi->gro_bitmask = 0; in __netif_napi_del()
6593 if (n->gro_bitmask) { in __napi_poll()
11371 8 * sizeof_field(struct napi_struct, gro_bitmask)); in netdev_init()
/linux-6.6.21/include/linux/
Dnetdevice.h364 unsigned long gro_bitmask; member