CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/03 13:23:47
Modified files:
sys/net : pfkeyv2.c raw_cb.c raw_cb.h raw_usrreq.c
rtsock.c
Log message:
Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list
to simplify the locking of those lists. For now move the LIST_ENTRY from
rawcb into routecb and in the pfkey case a new keycb. Do some cleanup and
renaming in the pfkey code but more to come.
OK bluhm@ mpi@
