Searched refs:wsizeb (Results 1 – 1 of 1) sorted by relevance
1481 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_chkreplay() local1494 wsizeb = replay->wsize << 3; in ipsec_chkreplay()1512 if (diff >= wsizeb) in ipsec_chkreplay()1538 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_updatereplay() local1551 wsizeb = replay->wsize << 3; in ipsec_updatereplay()1570 if (diff < wsizeb) { in ipsec_updatereplay()1588 if (diff >= wsizeb) in ipsec_updatereplay()