CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/03/27 04:30:58
Modified files: share/man/man9 : mbuf.9 sys/kern : uipc_mbuf.c sys/sys : mbuf.h Log message: Store an ifp index instead of a pointer in the "struct mbuf_ext". This is part of the plan to remove the ifp pointer from the packet header that will allow us to stop garbage collecting mbuf(9)s when an ifp is detached/destroyed. ok mikeb@, lteo@, benno@