Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c1100 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked()
1106 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_sendmsg_locked()
2375 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
2379 if (tp->repair_queue == TCP_NO_QUEUE) in tcp_recvmsg_locked()
3577 tp->repair_queue = TCP_NO_QUEUE; in do_tcp_setsockopt()
3594 tp->repair_queue = val; in do_tcp_setsockopt()
3602 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
3607 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt()
4148 val = tp->repair_queue; in do_tcp_getsockopt()
4176 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
[all …]
H A Dtcp_output.c2703 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
/openbmc/linux/include/linux/
H A Dtcp.h274 u8 repair_queue; member