Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp.c1124 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 …]
Dtcp_output.c2050 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/linux-4.4.14/include/linux/
Dtcp.h210 u8 repair_queue; member