Searched refs:tcp_paws_check (Results 1 – 2 of 2) sorted by relevance
1516 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check() function1537 if (tcp_paws_check(rx_opt, 0)) in tcp_paws_reject()
3652 if (tcp_paws_check(&tp->rx_opt, 0)) in tcp_replace_ts_recent()4261 return !tcp_paws_check(&tp->rx_opt, TCP_PAWS_WINDOW) && in tcp_paws_discard()
Completed in 21 milliseconds