Lines Matching refs:firstbyte

6278 	int firstbyte, lastbyte;  in ipsec_fragcache_add()  local
6397 firstbyte = V4_FRAG_OFFSET(iph); in ipsec_fragcache_add()
6398 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6403 "is_last_frag = %d, id = %d, mp = %p\n", firstbyte, in ipsec_fragcache_add()
6407 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add()
6408 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6414 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr, in ipsec_fragcache_add()
6420 if (firstbyte > 0 && firstbyte <= 8) { in ipsec_fragcache_add()
6560 if (firstbyte >= nfirstbyte && firstbyte < nlastbyte) { in ipsec_fragcache_add()
6572 firstbyte - nfirstbyte; in ipsec_fragcache_add()
6576 nip6_hdr_length + firstbyte - in ipsec_fragcache_add()
6581 firstbyte)) { in ipsec_fragcache_add()
6593 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add()
6615 if (firstbyte <= nfirstbyte) { in ipsec_fragcache_add()
6629 firstbyte - nfirstbyte; in ipsec_fragcache_add()
6633 IPH_HDR_LENGTH(iph) + firstbyte - in ipsec_fragcache_add()
6639 nip6_hdr_length + firstbyte - in ipsec_fragcache_add()
6738 firstbyte = V4_FRAG_OFFSET(iph); in ipsec_fragcache_add()
6739 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6757 firstbyte = ntohs(fraghdr->ip6f_offlg & in ipsec_fragcache_add()
6759 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6767 if (firstbyte > offset) { in ipsec_fragcache_add()
6778 "mp = %p\n", firstbyte, offset, mp); in ipsec_fragcache_add()
6785 firstbyte, offset, mp); in ipsec_fragcache_add()
6801 if ((is_v4 && (firstbyte + ntohs(iph->ipha_length) > in ipsec_fragcache_add()
6802 65535)) || (!is_v4 && (firstbyte + in ipsec_fragcache_add()