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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_core.c160 static void ah_update_mbuf(struct mbuf *, int, int,
1199 ah_update_mbuf(m, off, len, algo, algos) function
1223 panic("ah_update_mbuf: wrong offset specified");
1447 ah_update_mbuf(m, off, totlen, algo, &algos);
1456 ah_update_mbuf(m, off, m->m_pkthdr.len - off, algo, &algos);
1556 ah_update_mbuf(m, off, m->m_pkthdr.len - off, algo,
1598 ah_update_mbuf(m, off, newoff - off, algo, &algos);
1682 ah_update_mbuf(m, off, newoff - off, algo, &algos);

Completed in 18 milliseconds