Searched refs:morig (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | ip6_output.c | 1794 struct mbuf *morig = *mptr; in ip6_do_fragmentation() local 1798 uint32_t tlen = morig->m_pkthdr.len; in ip6_do_fragmentation() 1801 if ((morig->m_pkthdr.csum_flags & CSUM_TSO_IPV6)) { in ip6_do_fragmentation() 1847 if (morig->m_pkthdr.csum_flags & CSUM_DELAY_IPV6_DATA) { in ip6_do_fragmentation() 1848 in6_delayed_cksum_offset(morig, 0, optlen, nxt0); in ip6_do_fragmentation() 1868 new_m->m_flags = morig->m_flags & M_COPYFLAGS; in ip6_do_fragmentation() 1886 error = ip6_insertfraghdr(morig, new_m, hlen, &ip6f); in ip6_do_fragmentation() 1901 if ((m_frgpart = m_copy(morig, off, len)) == NULL) { in ip6_do_fragmentation() 1910 M_COPY_CLASSIFIER(new_m, morig); in ip6_do_fragmentation() 1911 M_COPY_PFTAG(new_m, morig); in ip6_do_fragmentation() [all …]
|