CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/30 06:54:36
Modified files:
sys/kern : uipc_mbuf.c
sys/sys : mbuf.h
sys/net : if_pair.c
Log message:
Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet.
Start using it in pair(4) to clear state on the receiving interface;
m_resethdr() will also be used in other parts of the stack.
OK bluhm@ mikeb@
