Home
last modified time | relevance | path

Searched refs:repair_queue (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp.c1101 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg()
1107 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg()
1585 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg()
1589 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg()
2388 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
2402 tp->repair_queue = val; in do_tcp_setsockopt()
2410 else if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_setsockopt()
2412 else if (tp->repair_queue == TCP_RECV_QUEUE) in do_tcp_setsockopt()
2800 val = tp->repair_queue; in do_tcp_getsockopt()
2806 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
[all …]
Dtcp_output.c2062 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/linux-4.1.27/include/linux/
Dtcp.h198 u8 repair_queue; member