|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.37.2.3, 2001/04/09 01:58:39 | version 1.37.2.4, 2001/06/21 20:08:57 | ||
|---|---|---|---|
|
|
||
| struct mbuf *m; | struct mbuf *m; | ||
| for (;;) { | for (;;) { | ||
| s = splimp(); | s = splnet(); | ||
| IF_DEQUEUE(&ip6intrq, m); | IF_DEQUEUE(&ip6intrq, m); | ||
| splx(s); | splx(s); | ||
| if (m == 0) | if (m == 0) |