Split a part of tdb_delete() into tdb_unlink() so that we can remove
authorpatrick <patrick@openbsd.org>
Mon, 26 Jun 2017 09:08:00 +0000 (09:08 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 26 Jun 2017 09:08:00 +0000 (09:08 +0000)
commit1d4391f6136e775a788325c3ce7d2b4715160921
treec1b1e9f290dcd74b8d18c6dc8920cbe6aece8662
parentc14d848422c70d0d72dba675fbfdd8d7c09c1d9e
Split a part of tdb_delete() into tdb_unlink() so that we can remove
a TDB from the hash table without actually free()ing it.  That way we
can modify the TDB and then put it back in using puttdb().

ok claudio@
sys/netinet/ip_ipsp.c
sys/netinet/ip_ipsp.h