Lines Matching refs:repair
1100 if (unlikely(tp->repair)) { in tcp_sendmsg()
1166 if (tp->repair) in tcp_sendmsg()
1234 if (skb->len < max || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg()
1580 if (unlikely(tp->repair)) { in tcp_recvmsg()
2029 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2182 } else if (unlikely(tp->repair)) { in tcp_disconnect()
2386 tp->repair = 1; in do_tcp_setsockopt()
2390 tp->repair = 0; in do_tcp_setsockopt()
2399 if (!tp->repair) in do_tcp_setsockopt()
2419 if (!tp->repair) in do_tcp_setsockopt()
2558 if (!tp->repair) in do_tcp_setsockopt()
2705 if (tp->repair) in do_tcp_getsockopt()
2795 val = tp->repair; in do_tcp_getsockopt()
2799 if (tp->repair) in do_tcp_getsockopt()