Home
last modified time | relevance | path

Searched defs:rx_opt (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dtcp.h100 static inline void tcp_clear_options(struct tcp_options_received *rx_opt) in tcp_clear_options()
271 struct tcp_options_received rx_opt; member
/Linux-v5.4/include/net/
Dtcp.h1342 static inline void tcp_sack_reset(struct tcp_options_received *rx_opt) in tcp_sack_reset()
1440 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check()
1458 static inline bool tcp_paws_reject(const struct tcp_options_received *rx_opt, in tcp_paws_reject()
/Linux-v5.4/net/ipv4/
Dtcp_input.c6422 const struct tcp_options_received *rx_opt, in tcp_openreq_init()