/kernel/linux/linux-5.10/net/ipv4/ |
H A D | syncookies.c | 71 if (ireq->sack_ok) in cookie_init_timestamp() 249 tcp_opt->sack_ok = (options & TS_OPT_SACK) ? TCP_SACK_SEEN : 0; in cookie_timestamp_decode() 251 if (tcp_opt->sack_ok && !READ_ONCE(net->ipv4.sysctl_tcp_sack)) in cookie_timestamp_decode() 386 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v4_check()
|
H A D | tcp_rate.c | 172 tp->rx_opt.sack_ok, tcp_min_rtt(tp)); in tcp_rate_gen()
|
H A D | tcp_minisocks.c | 89 * We don't need to initialize tmp_out.sack_ok as we don't use the results 510 newtp->rx_opt.sack_ok = ireq->sack_ok; in tcp_create_openreq_child() 567 * We don't need to initialize tmp_opt.sack_ok as we don't use the results
|
H A D | tcp_input.c | 1016 tp->rx_opt.sack_ok |= TCP_DSACK_SEEN; in tcp_dsack_seen() 1045 tp->rx_opt.sack_ok, inet_csk(sk)->icsk_ca_state, in tcp_check_sack_reordering() 4098 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options() 4106 opt_rx->sack_ok) { in tcp_parse_options() 5351 if (tp->rx_opt.sack_ok) in tcp_prune_ofo_queue() 6716 ireq->sack_ok = rx_opt->sack_ok; in tcp_openreq_init()
|
H A D | tcp_output.c | 862 ireq->tstamp_ok &= !ireq->sack_ok; in tcp_synack_options() 881 if (likely(ireq->sack_ok)) { in tcp_synack_options()
|
H A D | tcp.c | 3015 tp->rx_opt.sack_ok |= TCP_SACK_SEEN; in tcp_repair_options_est()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | syncookies.c | 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()
|
H A D | tcp_rate.c | 178 tp->rx_opt.sack_ok, tcp_min_rtt(tp)); in tcp_rate_gen()
|
H A D | tcp_minisocks.c | 82 * We don't need to initialize tmp_out.sack_ok as we don't use the results 537 newtp->rx_opt.sack_ok = ireq->sack_ok; in tcp_create_openreq_child() 593 * We don't need to initialize tmp_opt.sack_ok as we don't use the results
|
H A D | tcp_input.c | 1028 tp->rx_opt.sack_ok |= TCP_DSACK_SEEN; in tcp_dsack_seen() 1064 tp->rx_opt.sack_ok, inet_csk(sk)->icsk_ca_state, in tcp_check_sack_reordering() 4133 opt_rx->sack_ok = TCP_SACK_SEEN; in tcp_parse_options() 4141 opt_rx->sack_ok) { in tcp_parse_options() 5422 if (tp->rx_opt.sack_ok) in tcp_prune_ofo_queue() 6826 ireq->sack_ok = rx_opt->sack_ok; in tcp_openreq_init()
|
H A D | tcp_output.c | 872 ireq->tstamp_ok &= !ireq->sack_ok; in tcp_synack_options() 891 if (likely(ireq->sack_ok)) { in tcp_synack_options()
|
H A D | tcp.c | 3186 tp->rx_opt.sack_ok |= TCP_SACK_SEEN; in tcp_repair_options_est()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tcp.h | 77 /*These are used to set the sack_ok field in struct tcp_options_received */ 91 sack_ok : 3, /* SACK seen on SYN packet */ member 104 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | syncookies.c | 209 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v6_check()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | syncookies.c | 209 ireq->sack_ok = tcp_opt.sack_ok; in cookie_v6_check()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tcp.h | 107 /*These are used to set the sack_ok field in struct tcp_options_received */ 121 sack_ok : 3, /* SACK seen on SYN packet */ member 134 rx_opt->tstamp_ok = rx_opt->sack_ok = 0; in tcp_clear_options()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.h | 97 #define SACK_OK(tp) ((tp)->rx_opt.sack_ok)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.h | 97 #define SACK_OK(tp) ((tp)->rx_opt.sack_ok)
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_sock.h | 85 sack_ok : 1, member
|
H A D | tcp.h | 1182 return likely(tp->rx_opt.sack_ok); in tcp_is_sack()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_sock.h | 85 sack_ok : 1, member
|
H A D | tcp.h | 1192 return likely(tp->rx_opt.sack_ok); in tcp_is_sack()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 3990 if (tmp_opt.sack_ok) in build_cpl_pass_accept_req()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 3987 if (tmp_opt.sack_ok) in build_cpl_pass_accept_req()
|