SYNOPSIS

void __napi_schedule(struct napi_struct * n);

ARGUMENTS

n

entry to schedule

DESCRIPTION

The entry's receive function will be scheduled to run

COPYRIGHT