Home
last modified time | relevance | path

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

/include/linux/
Dtcp.h98 static inline void tcp_clear_options(struct tcp_options_received *rx_opt) in tcp_clear_options() argument
100 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
101 rx_opt->wscale_ok = rx_opt->snd_wscale = 0; in tcp_clear_options()
223 struct tcp_options_received rx_opt; member
/include/net/
Dtcp.h339 tcp_sk(sk)->rx_opt.ts_recent_stamp = jiffies; in tcp_synq_overflow()
345 unsigned long last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_no_recent_overflow()
623 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
849 return tp->rx_opt.sack_ok; in tcp_is_sack()
859 return tp->rx_opt.sack_ok & TCP_FACK_ENABLED; in tcp_is_fack()
864 tp->rx_opt.sack_ok |= TCP_FACK_ENABLED; in tcp_enable_fack()
1047 static inline void tcp_sack_reset(struct tcp_options_received *rx_opt) in tcp_sack_reset() argument
1049 rx_opt->dsack = 0; in tcp_sack_reset()
1050 rx_opt->num_sacks = 0; in tcp_sack_reset()
1079 struct tcp_options_received *rx_opt, in tcp_openreq_init() argument
[all …]