|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.11, 1994/02/02 05:59:04 | version 1.12, 1994/02/14 21:45:53 | ||
|---|---|---|---|
|
|
||
| register struct ipq *fp; | register struct ipq *fp; | ||
| register struct in_ifaddr *ia; | register struct in_ifaddr *ia; | ||
| int hlen, s; | int hlen, s; | ||
| #ifdef PARANOID | #ifdef DIAGNOSTIC | ||
| static int busy = 0; | static int busy = 0; | ||
| if (busy) | if (busy) | ||
|
|
||
| IF_DEQUEUE(&ipintrq, m); | IF_DEQUEUE(&ipintrq, m); | ||
| splx(s); | splx(s); | ||
| if (m == 0) { | if (m == 0) { | ||
| #ifdef PARANOID | #ifdef DIAGNOSTIC | ||
| --busy; | --busy; | ||
| #endif | #endif | ||
| return; | return; |