Searched refs:wsizeb (Results 1 – 1 of 1) sorted by relevance
1447 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_chkreplay() local1460 wsizeb = replay->wsize << 3; in ipsec_chkreplay()1478 if (diff >= wsizeb) in ipsec_chkreplay()1503 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_updatereplay() local1516 wsizeb = replay->wsize << 3; in ipsec_updatereplay()1535 if (diff < wsizeb) { in ipsec_updatereplay()1553 if (diff >= wsizeb) in ipsec_updatereplay()