Home
last modified time | relevance | path

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

/include/linux/
Dtcp.h133 static inline void tcp_clear_options(struct tcp_options_received *rx_opt) in tcp_clear_options() argument
135 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
136 rx_opt->wscale_ok = rx_opt->snd_wscale = 0; in tcp_clear_options()
138 rx_opt->smc_ok = 0; in tcp_clear_options()
303 struct tcp_options_received rx_opt; member
607 u16 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_mss_clamp()
/include/net/
Dtcp.h548 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_overflow()
550 WRITE_ONCE(tcp_sk_rw(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow()
571 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_no_recent_overflow()
783 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
1295 return likely(tp->rx_opt.sack_ok); in tcp_is_sack()
1512 static inline void tcp_sack_reset(struct tcp_options_received *rx_opt) in tcp_sack_reset() argument
1514 rx_opt->dsack = 0; in tcp_sack_reset()
1515 rx_opt->num_sacks = 0; in tcp_sack_reset()
1703 static inline bool tcp_paws_check(const struct tcp_options_received *rx_opt, in tcp_paws_check() argument
1706 if ((s32)(rx_opt->ts_recent - rx_opt->rcv_tsval) <= paws_win) in tcp_paws_check()
[all …]