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.