Lines Matching refs:lastbyte
6271 int firstbyte, lastbyte; in ipsec_fragcache_add() local
6388 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6394 lastbyte, last, iph->ipha_ident, mp); 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()
6570 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) - in ipsec_fragcache_add()
6583 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add()
6616 if (lastbyte > nfirstbyte) { in ipsec_fragcache_add()
6633 if (bcmp(data, ndata, MIN(lastbyte, nlastbyte) in ipsec_fragcache_add()
6729 lastbyte = firstbyte + ntohs(iph->ipha_length) - in ipsec_fragcache_add()
6749 lastbyte = firstbyte + ntohs(ip6h->ip6_plen) + in ipsec_fragcache_add()
6816 if (offset < lastbyte) in ipsec_fragcache_add()
6817 offset = lastbyte; in ipsec_fragcache_add()