Searched refs:nfirstbyte (Results 1 – 1 of 1) sorted by relevance
6495 int nfirstbyte, nlastbyte; in ipsec_fragcache_add() local6532 nfirstbyte = V4_FRAG_OFFSET(niph); in ipsec_fragcache_add()6533 nlastbyte = nfirstbyte + ntohs(niph->ipha_length) - in ipsec_fragcache_add()6553 nfirstbyte = ntohs(nfraghdr->ip6f_offlg & in ipsec_fragcache_add()6555 nlastbyte = nfirstbyte + ntohs(nip6h->ip6_plen) + in ipsec_fragcache_add()6560 if (firstbyte >= nfirstbyte && firstbyte < nlastbyte) { in ipsec_fragcache_add()6572 firstbyte - nfirstbyte; in ipsec_fragcache_add()6577 nfirstbyte; in ipsec_fragcache_add()6593 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add()6615 if (firstbyte <= nfirstbyte) { in ipsec_fragcache_add()[all …]