MC_RAW_WR
set_mbuf_cflags(m, MC_RAW_WR);
return (needs_tso(m) || (mbuf_cflags(m) & (MC_RAW_WR | MC_TLS)) != 0);
if (mbuf_cflags(m0) & MC_RAW_WR) {