Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dgro.c335 __clear_bit(index, &napi->gro_bitmask); in __napi_gro_flush_chain()
344 unsigned long bitmask = napi->gro_bitmask; in napi_gro_flush()
570 if (!test_bit(bucket, &napi->gro_bitmask)) in dev_gro_receive()
571 __set_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
572 } else if (test_bit(bucket, &napi->gro_bitmask)) { in dev_gro_receive()
573 __clear_bit(bucket, &napi->gro_bitmask); in dev_gro_receive()
Ddev.c6046 if (n->gro_bitmask) in napi_complete_done()
6056 if (n->gro_bitmask) { in napi_complete_done()
6125 if (napi->gro_bitmask) { in __busy_poll_stop()
6318 napi->gro_bitmask = 0; in init_gro_hash()
6475 napi->gro_bitmask = 0; in __netif_napi_del()
6532 if (n->gro_bitmask) { in __napi_poll()
11165 8 * sizeof_field(struct napi_struct, gro_bitmask)); in netdev_init()
/Linux-v6.1/include/linux/
Dnetdevice.h347 unsigned long gro_bitmask; member