|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.240, 2006/12/15 21:18:53 | version 1.241, 2006/12/22 05:34:02 | ||
|---|---|---|---|
|
|
||
| int s; | int s; | ||
| struct mbuf *m; | struct mbuf *m; | ||
| while (1) { | while (!IF_IS_EMPTY(&ipintrq)) { | ||
| s = splnet(); | s = splnet(); | ||
| IF_DEQUEUE(&ipintrq, m); | IF_DEQUEUE(&ipintrq, m); | ||
| splx(s); | splx(s); |