Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dtcp.c1272 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()
1278 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()
2459 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
2463 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg_locked()
3608 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
3625 tp->repair_queue = val; in do_tcp_setsockopt()
3633 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
3638 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()
4212 val = tp->repair_queue; in do_tcp_getsockopt()
4240 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
[all …]
A Dtcp_output.c2629 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/linux-6.3-rc2/include/linux/
A Dtcp.h272 u8 repair_queue; member

Completed in 19 milliseconds