Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dicmp6.c943 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 …]
/f-stack/freebsd/kern/
H A Dvfs_bio.c3686 vm_ooffset_t foff, noff, eoff; in vfs_clean_pages_dirty_buf() local
3701 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() local
4572 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() local
4603 eoff = bp->b_offset + bp->b_bcount; in vfs_page_set_validclean()
4609 if (eoff > soff) { in vfs_page_set_validclean()
[all …]