|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.284, 2009/09/16 15:23:05 | version 1.285, 2010/03/31 07:31:15 | ||
|---|---|---|---|
|
|
||
| splx(s); | splx(s); | ||
| if (m == NULL) | if (m == NULL) | ||
| break; | break; | ||
| KERNEL_UNLOCK_ONE(NULL); | |||
| ip_input(m); | ip_input(m); | ||
| KERNEL_LOCK(1, NULL); | |||
| } | } | ||
| KERNEL_UNLOCK_ONE(NULL); | KERNEL_UNLOCK_ONE(NULL); | ||
| mutex_exit(softnet_lock); | mutex_exit(softnet_lock); |