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

/linux-master/net/core/
H A Dgro.c285 __clear_bit(index, &napi->gro_bitmask);
294 unsigned long bitmask = napi->gro_bitmask;
535 if (!test_bit(bucket, &napi->gro_bitmask))
536 __set_bit(bucket, &napi->gro_bitmask);
537 } else if (test_bit(bucket, &napi->gro_bitmask)) {
538 __clear_bit(bucket, &napi->gro_bitmask);
H A Ddev.c6101 if (n->gro_bitmask)
6111 if (n->gro_bitmask) {
6201 if (napi->gro_bitmask) {
6427 napi->gro_bitmask = 0;
6615 napi->gro_bitmask = 0;
6674 if (n->gro_bitmask) {
11455 8 * sizeof_field(struct napi_struct, gro_bitmask));
/linux-master/include/linux/
H A Dnetdevice.h339 * napi_struct::gro_bitmask
358 unsigned long gro_bitmask; member in struct:napi_struct

Completed in 153 milliseconds