Searched refs:nfirstbyte (Results 1 – 1 of 1) sorted by relevance
6484 int nfirstbyte, nlastbyte; in ipsec_fragcache_add() local6521 nfirstbyte = V4_FRAG_OFFSET(niph); in ipsec_fragcache_add()6522 nlastbyte = nfirstbyte + ntohs(niph->ipha_length) - in ipsec_fragcache_add()6542 nfirstbyte = ntohs(nfraghdr->ip6f_offlg & in ipsec_fragcache_add()6544 nlastbyte = nfirstbyte + ntohs(nip6h->ip6_plen) + in ipsec_fragcache_add()6549 if (firstbyte >= nfirstbyte && firstbyte < nlastbyte) { in ipsec_fragcache_add()6561 firstbyte - nfirstbyte; in ipsec_fragcache_add()6566 nfirstbyte; in ipsec_fragcache_add()6582 if (firstbyte >= nfirstbyte && lastbyte <= nlastbyte) { in ipsec_fragcache_add()6604 if (firstbyte <= nfirstbyte) { in ipsec_fragcache_add()[all …]