table of contents
        
      
      
    | __NAPI_SCHEDULE(9) | Network device support | __NAPI_SCHEDULE(9) | 
NAME¶
__napi_schedule - schedule for receive
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¶
| May 2024 | Kernel Hackers Manual 2.6. |