Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c1218 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()
1224 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()
2721 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
2725 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg_locked()
4028 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
4045 tp->repair_queue = val; in do_tcp_setsockopt()
4053 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
4058 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()
4664 val = tp->repair_queue; in do_tcp_getsockopt()
4692 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
[all …]
H A Dtcp_output.c2999 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/linux/include/linux/
H A Dtcp.h400 u8 repair_queue; member
/linux/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst63 u8 repair_queue