m_split
struct mbuf* m_split(struct mbuf*, int, int);
n->m_next = m_split(m, len, wait);
n = m_split(m, framelen, IEEE80211_M_NOWAIT);
n = m_split(m, framelen, IEEE80211_M_NOWAIT);
n = m_split(m, len, M_NOWAIT);