if_ti.c | 185 static void ti_jfree(struct mbuf *, void *, size_t, void *); 651 ti_jfree(struct mbuf *m, void *tbuf, size_t size, void *arg) function in typeref:typename:void 661 panic("ti_jfree: didn't get softc pointer!"); 669 panic("ti_jfree: asked to free buffer that we don't manage!"); 674 panic("ti_jfree: buffer not in use!"); 858 M_DEVBUF, ti_jfree, sc);
|