Searched refs:repair_queue (Results 1 – 3 of 3) sorted by relevance
1124 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg()1130 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg()1613 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg()1617 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg()2415 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()2429 tp->repair_queue = val; in do_tcp_setsockopt()2437 else if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_setsockopt()2439 else if (tp->repair_queue == TCP_RECV_QUEUE) in do_tcp_setsockopt()2839 val = tp->repair_queue; in do_tcp_getsockopt()2845 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()[all …]
2050 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
210 u8 repair_queue; member