Searched refs:scut (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c129 * scut = last mbuf that contains headers to be retained
130 * scutoff = offset to end of the headers in scut
156 struct mbuf *scut; local
209 scut = s;
309 m_freem(scut->m_next);
310 scut->m_len = scutoff;
311 scut->m_next = d0;
337 struct mbuf *scut; local
390 scut = s;
501 m_freem(scut
[all...]
H A Desp_core.c548 struct mbuf *scut; local
645 scut = s;
745 m_freem(scut->m_next);
746 scut->m_len = scutoff;
747 scut->m_next = d0;
775 struct mbuf *scut; local
878 scut = s;
974 m_freem(scut->m_next);
975 scut->m_len = scutoff;
976 scut
[all...]

Completed in 19 milliseconds