Lines Matching refs:firstbyte

6271 	int firstbyte, lastbyte;  in ipsec_fragcache_add()  local
6387 firstbyte = V4_FRAG_OFFSET(iph); in ipsec_fragcache_add()
6388 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6393 "is_last_frag = %d, id = %d, mp = %p\n", firstbyte, in ipsec_fragcache_add()
6397 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add()
6398 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6404 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr, in ipsec_fragcache_add()
6410 if (firstbyte > 0 && firstbyte <= 8) { in ipsec_fragcache_add()
6550 if (firstbyte >= nfirstbyte && firstbyte < nlastbyte) { in ipsec_fragcache_add()
6562 firstbyte - nfirstbyte; in ipsec_fragcache_add()
6566 nip6_hdr_length + firstbyte - in ipsec_fragcache_add()
6571 firstbyte)) { in ipsec_fragcache_add()
6583 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add()
6605 if (firstbyte <= nfirstbyte) { in ipsec_fragcache_add()
6619 firstbyte - nfirstbyte; in ipsec_fragcache_add()
6623 IPH_HDR_LENGTH(iph) + firstbyte - in ipsec_fragcache_add()
6629 nip6_hdr_length + firstbyte - in ipsec_fragcache_add()
6728 firstbyte = V4_FRAG_OFFSET(iph); in ipsec_fragcache_add()
6729 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6747 firstbyte = ntohs(fraghdr->ip6f_offlg & in ipsec_fragcache_add()
6749 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6757 if (firstbyte > offset) { in ipsec_fragcache_add()
6768 "mp = %p\n", firstbyte, offset, mp); in ipsec_fragcache_add()
6775 firstbyte, offset, mp); in ipsec_fragcache_add()
6791 if ((is_v4 && (firstbyte + ntohs(iph->ipha_length) > in ipsec_fragcache_add()
6792 65535)) || (!is_v4 && (firstbyte + in ipsec_fragcache_add()