Lines Matching refs:repair_queue
1245 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()
1251 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()
2139 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg()
2143 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg()
3228 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
3245 tp->repair_queue = val; in do_tcp_setsockopt()
3253 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
3258 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()
3815 val = tp->repair_queue; in do_tcp_getsockopt()
3843 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
3845 else if (tp->repair_queue == TCP_RECV_QUEUE) in do_tcp_getsockopt()