table of contents
NAPI_SCHEDULE(9) | Network device support | NAPI_SCHEDULE(9) |
NAME¶
napi_schedule - schedule NAPI poll
SYNOPSIS¶
void napi_schedule(struct napi_struct * n);
ARGUMENTS¶
n
napi context
DESCRIPTION¶
Schedule NAPI poll routine to be called if it is not already running.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |