SYNOPSIS void napi_complete(struct napi_struct * n); ARGUMENTS n NAPI context DESCRIPTION Mark NAPI processing as complete. Consider using napi_complete_done instead. COPYRIGHT