napi_schedule — schedule NAPI poll
void napi_schedule (struct napi_struct * n);
void napi_schedule (
)
n
napi context
Schedule NAPI poll routine to be called if it is not already running.