Searched refs:repair_queue (Results 1 – 4 of 4) sorted by relevance
1113 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()1119 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()2592 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()2596 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg_locked()3843 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()3860 tp->repair_queue = val; in do_tcp_setsockopt()3868 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()3873 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()4449 val = tp->repair_queue; in do_tcp_getsockopt()4477 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()[all …]
2762 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
61 u8 repair_queue - -
378 u8 repair_queue; member
Completed in 27 milliseconds