Searched refs:repair_queue (Results 1 – 3 of 3) sorted by relevance
1242 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()1248 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()2135 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg()2139 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg()3249 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()3266 tp->repair_queue = val; in do_tcp_setsockopt()3274 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()3279 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()3837 val = tp->repair_queue; in do_tcp_getsockopt()3865 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()[all …]
2627 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
242 u8 repair_queue; member