Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/netkey
>> > Module Name: src
>> > Committed By: itojun
>> > Date: Wed May 26 02:59:15 UTC 2004
>> >
>> > Modified Files:
>> > src/sys/netkey: key.c keysock.c keysock.h
>> >
>> > Log Message:
>> > dump/spddump can now handle tons of records.
>>
>> i don't think that it's safe to sleep in LIST_FOREACH in key_spddump.
>> sptree/savtree are protected only by spl and biglock, aren't them?
you right. my intention was to (1) create set of mbufs connected by
m->m_nexpkt, then (2) send them up. will fix.
>and it seems that no one uses kp_queue currently.
>who will use it?
key_sendup0().
itojun
Home |
Main Index |
Thread Index |
Old Index