Searched refs:eoff (Results 1 – 2 of 2) sorted by relevance
943 m = m_pullup(m, eoff + in icmp6_notify_error()952 (mtod(m, caddr_t) + eoff); in icmp6_notify_error()954 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error()977 (mtod(m, caddr_t) + eoff); in icmp6_notify_error()991 if (m->m_len < eoff + rthlen) { in icmp6_notify_error()1001 (mtod(m, caddr_t) + eoff); in icmp6_notify_error()1008 eoff += rthlen; in icmp6_notify_error()1013 m = m_pullup(m, eoff + in icmp6_notify_error()1022 eoff); in icmp6_notify_error()1032 eoff += sizeof(struct ip6_frag); in icmp6_notify_error()[all …]
3686 vm_ooffset_t foff, noff, eoff; in vfs_clean_pages_dirty_buf() local3701 eoff = noff; in vfs_clean_pages_dirty_buf()3703 eoff = bp->b_offset + bp->b_bufsize; in vfs_clean_pages_dirty_buf()4563 vm_ooffset_t eoff; in vfs_page_set_valid() local4572 if (eoff > bp->b_offset + bp->b_bcount) in vfs_page_set_valid()4573 eoff = bp->b_offset + bp->b_bcount; in vfs_page_set_valid()4579 if (eoff > off) in vfs_page_set_valid()4592 vm_ooffset_t soff, eoff; in vfs_page_set_validclean() local4603 eoff = bp->b_offset + bp->b_bcount; in vfs_page_set_validclean()4609 if (eoff > soff) { in vfs_page_set_validclean()[all …]