|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.292, 2010/12/11 22:37:46 | version 1.293, 2010/12/13 14:18:50 | ||
|---|---|---|---|
|
|
||
| IF_DEQUEUE(&lcl_intrq, m); | IF_DEQUEUE(&lcl_intrq, m); | ||
| if (m == NULL) | if (m == NULL) | ||
| break; | break; | ||
| KERNEL_UNLOCK_ONE(NULL); | |||
| ip_input(m); | ip_input(m); | ||
| KERNEL_LOCK(1, NULL); | |||
| } | } | ||
| mutex_exit(softnet_lock); | mutex_exit(softnet_lock); | ||
| } | } |