Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h154 TCP_SEND_QUEUE, enumerator
/openbmc/linux/include/uapi/linux/
H A Dtcp.h154 TCP_SEND_QUEUE, enumerator
/openbmc/linux/net/ipv4/
H A Dtcp.c2356 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
3583 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
4157 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
H A Dtcp_output.c2698 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()