Home
last modified time | relevance | path

Searched refs:sack_ok (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dsyncookies.c72 if (ireq->sack_ok) in cookie_init_timestamp()
253 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode()
255 if (tcp_opt->sack_ok && !READ_ONCE(net->ipv4.sysctl_tcp_sack)) in cookie_timestamp_decode()
390 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v4_check()
A Dtcp_rate.c178 tp->rx_opt.sack_ok, tcp_min_rtt(tp)); in tcp_rate_gen()
A Dtcp_minisocks.c541 newtp->rx_opt.sack_ok = ireq->sack_ok; in tcp_create_openreq_child()
A Dtcp_input.c1011 tp->rx_opt.sack_ok |= TCP_DSACK_SEEN; in tcp_dsack_seen()
1047 tp->rx_opt.sack_ok, inet_csk(sk)->icsk_ca_state, in tcp_check_sack_reordering()
4105 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options()
4113 opt_rx->sack_ok) { in tcp_parse_options()
5383 if (tp->rx_opt.sack_ok) in tcp_prune_ofo_queue()
6784 ireq->sack_ok = rx_opt->sack_ok; in tcp_openreq_init()
A Dtcp_output.c863 ireq->tstamp_ok &= !ireq->sack_ok; in tcp_synack_options()
882 if (likely(ireq->sack_ok)) { in tcp_synack_options()
A Dtcp.c3288 tp->rx_opt.sack_ok |= TCP_SACK_SEEN; in tcp_repair_options_est()
/linux-6.3-rc2/net/ipv6/
A Dsyncookies.c208 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v6_check()
/linux-6.3-rc2/include/linux/
A Dtcp.h121 sack_ok : 3, /* SACK seen on SYN packet */ member
134 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.h97 #define SACK_OK(tp) ((tp)->rx_opt.sack_ok)
/linux-6.3-rc2/include/net/
A Dinet_sock.h85 sack_ok : 1, member
A Dtcp.h1191 return likely(tp->rx_opt.sack_ok); in tcp_is_sack()
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/
A Dcm.c3984 if (tmp_opt.sack_ok) in build_cpl_pass_accept_req()

Completed in 88 milliseconds