K 10 svn:author V 5 silby K 8 svn:date V 27 2003-10-19T22:33:41.000000Z K 7 svn:log V 301 Add a new macro M_ASSERTVALID which ensures that the mbuf in question is non-free. (More checks can/should be added in the future.) Use M_ASSERTVALID in BPF_MTAP so that we catch when freed mbufs are passed in, even if no bpf listeners are active. Inspired by a bug in if_dc caught by Kenjiro Cho. END