Searched refs:repair_queue (Results 1 – 3 of 3) sorted by relevance
1231 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()1237 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()1989 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg()1993 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg()2916 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()2933 tp->repair_queue = val; in do_tcp_setsockopt()2941 else if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_setsockopt()2943 else if (tp->repair_queue == TCP_RECV_QUEUE) in do_tcp_setsockopt()3551 val = tp->repair_queue; in do_tcp_getsockopt()3579 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()[all …]
2385 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
232 u8 repair_queue; member