Searched refs:tcp_do_rfc6675 (Results 1 – 3 of 3) sorted by relevance
203 int tcp_do_rfc6675 = 1; variable205 &tcp_do_rfc6675, 0, "Enable RFC6675");2024 if (!tcp_do_rfc6675 || in tcp_input()3581 } else if ((tcp_do_rfc6675 && TCP_DO_SACK(tp)) || TCP_DO_NCR(tp)) { in tcp_recv_dupack()3591 if (tcp_rfc6675_rxt && tcp_do_rfc6675 && in tcp_recv_dupack()3604 } else if (tcp_do_rfc6675 && in tcp_recv_dupack()
551 if (tcp_do_rfc6675) in tcp_sack_update_lostseq()690 if (tcp_do_rescuesack || tcp_do_rfc6675) { in tcp_sack_nextseg()
87 extern int tcp_do_rfc6675;