Searched refs:sack_ok (Results 1 – 12 of 12) sorted by relevance
69 if (ireq->sack_ok) in cookie_init_timestamp()247 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode()249 if (tcp_opt->sack_ok && !READ_ONCE(net->ipv4.sysctl_tcp_sack)) in cookie_timestamp_decode()384 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v4_check()
178 tp->rx_opt.sack_ok, tcp_min_rtt(tp)); in tcp_rate_gen()
536 newtp->rx_opt.sack_ok = ireq->sack_ok; in tcp_create_openreq_child()
1041 tp->rx_opt.sack_ok |= TCP_DSACK_SEEN; in tcp_dsack_seen()1077 tp->rx_opt.sack_ok, inet_csk(sk)->icsk_ca_state, in tcp_check_sack_reordering()4213 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()4221 opt_rx->sack_ok) { in tcp_parse_options()5512 if (tp->rx_opt.sack_ok) in tcp_prune_ofo_queue()6933 ireq->sack_ok = rx_opt->sack_ok; in tcp_openreq_init()
879 ireq->tstamp_ok &= !ireq->sack_ok; in tcp_synack_options()898 if (likely(ireq->sack_ok)) { in tcp_synack_options()
3214 tp->rx_opt.sack_ok |= TCP_SACK_SEEN; in tcp_repair_options_est()
209 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v6_check()
121 sack_ok : 3, /* SACK seen on SYN packet */ member134 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
97 #define SACK_OK(tp) ((tp)->rx_opt.sack_ok)
85 sack_ok : 1, member
1210 return likely(tp->rx_opt.sack_ok); in tcp_is_sack()
3991 if (tmp_opt.sack_ok) in build_cpl_pass_accept_req()