| version 1.269, 2008/04/28 20:24:09 |
version 1.270, 2008/05/02 13:40:32 |
| Line 1436 ip_slowtimo(void) |
|
| Line 1436 ip_slowtimo(void) |
|
| } |
} |
| |
|
| /* |
/* |
| * Drain off all datagram fragments. |
* Drain off all datagram fragments. Don't acquire softnet_lock as |
| |
* can be called from hardware interrupt context. |
| */ |
*/ |
| void |
void |
| ip_drain(void) |
ip_drain(void) |
| { |
{ |
| |
|
| mutex_enter(softnet_lock); |
|
| KERNEL_LOCK(1, NULL); |
KERNEL_LOCK(1, NULL); |
| |
|
| /* |
/* |
|
|
| } |
} |
| |
|
| KERNEL_UNLOCK_ONE(NULL); |
KERNEL_UNLOCK_ONE(NULL); |
| mutex_exit(softnet_lock); |
|
| } |
} |
| |
|
| /* |
/* |