Home
last modified time | relevance | path

Searched refs:tcp_paws_check (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1517 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check() function
1538 if (tcp_paws_check(rx_opt, 0)) in tcp_paws_reject()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1599 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check() function
1620 if (tcp_paws_check(rx_opt, 0)) in tcp_paws_reject()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c3667 if (tcp_paws_check(&tp->rx_opt, 0)) in tcp_replace_ts_recent()
4281 return !tcp_paws_check(&tp->rx_opt, TCP_PAWS_WINDOW) && in tcp_paws_discard()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c3701 if (tcp_paws_check(&tp->rx_opt, 0)) in tcp_replace_ts_recent()
4315 return !tcp_paws_check(&tp->rx_opt, TCP_PAWS_WINDOW) && in tcp_paws_discard()

Completed in 25 milliseconds