napi_schedule(9) 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