Lines Matching refs:repair
1123 if (unlikely(tp->repair)) { in tcp_sendmsg()
1190 if (tp->repair) in tcp_sendmsg()
1258 if (skb->len < max || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg()
1608 if (unlikely(tp->repair)) { in tcp_recvmsg()
2062 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2215 } else if (unlikely(tp->repair)) { in tcp_disconnect()
2413 tp->repair = 1; in do_tcp_setsockopt()
2417 tp->repair = 0; in do_tcp_setsockopt()
2426 if (!tp->repair) in do_tcp_setsockopt()
2446 if (!tp->repair) in do_tcp_setsockopt()
2592 if (!tp->repair) in do_tcp_setsockopt()
2744 if (tp->repair) in do_tcp_getsockopt()
2834 val = tp->repair; in do_tcp_getsockopt()
2838 if (tp->repair) in do_tcp_getsockopt()