|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.3.4.1, 1993/09/24 08:54:56 | version 1.3.4.2, 1993/11/14 17:54:46 | ||
|---|---|---|---|
|
|
||
| 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; |