Name

napi_schedule — schedule NAPI poll

Synopsis

void napi_schedule (struct napi_struct * n);
 

Arguments

struct napi_struct * n

NAPI context

Description

Schedule NAPI poll routine to be called if it is not already running.