Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netipsec/
Dipsec.c1447 u_int32_t wsizeb; /* Constant: bits of window size. */ in ipsec_chkreplay() local
1460 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() local
1516 wsizeb = replay->wsize << 3; in ipsec_updatereplay()
1535 if (diff < wsizeb) { in ipsec_updatereplay()
1553 if (diff >= wsizeb) in ipsec_updatereplay()