malo_txrec
struct malo_txrec *tr;
if (hdrlen < sizeof(struct malo_txrec)) {
const int space = sizeof(struct malo_txrec) - hdrlen;
tr = mtod(m0, struct malo_txrec *);
tr = mtod(m0, struct malo_txrec *);
const struct malo_txrec *tr =
mtod(bf->bf_m, const struct malo_txrec *);
ic->ic_headroom = sizeof(struct malo_txrec) -