Searched refs:ah_update_mbuf (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | ah_core.c | 159 static void ah_update_mbuf(struct mbuf *, int, int, 1179 ah_update_mbuf(struct mbuf *m, int off, int len, in ah_update_mbuf() function 1432 ah_update_mbuf(m, off, totlen, algo, &algos); in ah4_calccksum() 1442 ah_update_mbuf(m, off, m->m_pkthdr.len - off, algo, &algos); in ah4_calccksum() 1547 ah_update_mbuf(m, off, m->m_pkthdr.len - off, algo, in ah6_calccksum() 1589 ah_update_mbuf(m, off, newoff - off, algo, &algos); in ah6_calccksum() 1681 ah_update_mbuf(m, off, newoff - off, algo, &algos); in ah6_calccksum()
|