napi_schedule (9) Linux Manual Page
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.
napi_schedule – schedule NAPI poll
void napi_schedule(struct napi_struct *n);
n
Schedule NAPI poll routine to be called if it is not already running.