Searched refs:gro_bitmask (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/core/
H A Dgro.c313 __clear_bit(index, &napi->gro_bitmask);
322 unsigned long bitmask = napi->gro_bitmask;
561 if (!test_bit(bucket, &napi->gro_bitmask))
562 __set_bit(bucket, &napi->gro_bitmask);
563 } else if (test_bit(bucket, &napi->gro_bitmask)) {
564 __clear_bit(bucket, &napi->gro_bitmask);
H A Ddev.c6184 if (n->gro_bitmask)
6194 if (n->gro_bitmask) {
6284 if (napi->gro_bitmask) {
6510 napi->gro_bitmask = 0;
6698 napi->gro_bitmask = 0;
6757 if (n->gro_bitmask) {
11574 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 177 milliseconds