<dec f='src/src/sys/sys/mbuf.h' l='887' type='void m_tag_delete_nonpersistent(struct mbuf * )'/>
<def f='src/src/sys/kern/uipc_mbuf2.c' l='328' ll='333' type='void m_tag_delete_nonpersistent(struct mbuf * m)'/>
<doc f='src/src/sys/kern/uipc_mbuf2.c' l='321'>/*
 * Strip off all tags that would normally vanish when
 * passing through a network interface.  Only persistent
 * tags will exist after this; these are expected to remain
 * so long as the mbuf chain exists, regardless of the
 * path the mbufs take.
 */</doc>
<use f='src/src/sys/net/if_loop.c' l='288' u='c' c='looutput'/>
<use f='src/src/sys/netinet/ip_icmp.c' l='914' u='c' c='icmp_reflect'/>
