Lines Matching refs:lastbyte
6278 int firstbyte, lastbyte; in ipsec_fragcache_add() local
6398 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6404 lastbyte, last, iph->ipha_ident, mp); 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()
6580 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) - in ipsec_fragcache_add()
6593 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add()
6626 if (lastbyte > nfirstbyte) { in ipsec_fragcache_add()
6643 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) in ipsec_fragcache_add()
6739 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6759 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6826 if (offset < lastbyte) in ipsec_fragcache_add()
6827 offset = lastbyte; in ipsec_fragcache_add()