Home
last modified time | relevance | path

Searched refs:firstbyte (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dspd.c6271 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()
[all …]