Searched refs:sack_ok (Results 1 – 8 of 8) sorted by relevance
76 options |= ireq->sack_ok << 4; in cookie_init_timestamp()248 tcp_opt->sack_ok = (options & (1 << 4)) ? TCP_SACK_SEEN : 0; in cookie_check_timestamp()253 if (tcp_opt->sack_ok && !sysctl_tcp_sack) in cookie_check_timestamp()317 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v4_check()
520 if ((newtp->rx_opt.sack_ok = ireq->sack_ok) != 0) { in tcp_create_openreq_child()
877 tp->rx_opt.sack_ok &= ~TCP_FACK_ENABLED; in tcp_disable_fack()883 tp->rx_opt.sack_ok |= TCP_DSACK_SEEN; in tcp_dsack_seen()987 tp->rx_opt.sack_ok, inet_csk(sk)->icsk_ca_state, in tcp_update_reordering()3961 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()3969 opt_rx->sack_ok) { in tcp_parse_options()4936 if (tp->rx_opt.sack_ok) in tcp_prune_ofo_queue()
690 ireq->tstamp_ok &= !ireq->sack_ok; in tcp_synack_options()711 if (likely(ireq->sack_ok)) { in tcp_synack_options()
256 sack_ok : 4, /* SACK seen on SYN packet */ member269 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
222 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v6_check()
776 return tp->rx_opt.sack_ok; in tcp_is_sack()786 return tp->rx_opt.sack_ok & TCP_FACK_ENABLED; in tcp_is_fack()791 tp->rx_opt.sack_ok |= TCP_FACK_ENABLED; in tcp_enable_fack()1034 ireq->sack_ok = rx_opt->sack_ok; in tcp_openreq_init()
85 sack_ok : 1, member