Home
last modified time | relevance | path

Searched refs:mah (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dah_output.c405 struct mbuf *mah; in ah6_output() local
436 MGET(mah, M_DONTWAIT, MT_DATA); in ah6_output()
437 if (!mah) { in ah6_output()
442 MCLGET(mah, M_DONTWAIT); in ah6_output()
443 if ((mah->m_flags & M_EXT) == 0) { in ah6_output()
444 m_free(mah); in ah6_output()
449 mah->m_len = (int32_t)ahlen; in ah6_output()
450 mah->m_next = md; in ah6_output()
451 mprev->m_next = mah; in ah6_output()
488 struct ah *ahdr = mtod(mah, struct ah *); in ah6_output()
[all …]