Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp.c1113 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()
1119 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()
2592 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
2596 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg_locked()
3843 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
3860 tp->repair_queue = val; in do_tcp_setsockopt()
3868 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
3873 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()
4449 val = tp->repair_queue; in do_tcp_getsockopt()
4477 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
[all …]
A Dtcp_output.c2762 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst61 u8 repair_queue - -
/linux/include/linux/
A Dtcp.h378 u8 repair_queue; member

Completed in 27 milliseconds