Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp.c1227 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()
1233 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()
2310 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
2314 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg_locked()
3461 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
3478 tp->repair_queue = val; in do_tcp_setsockopt()
3486 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
3491 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()
4055 val = tp->repair_queue; in do_tcp_getsockopt()
4083 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
[all …]
A Dtcp_output.c2617 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/linux/include/linux/
A Dtcp.h242 u8 repair_queue; member

Completed in 18 milliseconds