Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c95 test_sock_checkpoint_queue(sk, TCP_SEND_QUEUE, state->outq_len, &state->out); in __test_sock_checkpoint()
179 test_sock_restore_seq(sk, TCP_SEND_QUEUE, state->out.seq - state->outq_len); in __test_sock_restore()
217 test_sock_restore_queue(sk, TCP_SEND_QUEUE, state->out.buf, state->outq_len); in __test_sock_restore()
/linux/tools/include/uapi/linux/
H A Dtcp.h154 TCP_SEND_QUEUE, enumerator
/linux/include/uapi/linux/
H A Dtcp.h161 TCP_SEND_QUEUE, enumerator
/linux/net/ipv4/
H A Dtcp.c2606 if (tp->repair_queue == TCP_SEND_QUEUE) in tcp_recvmsg_locked()
3882 } else if (tp->repair_queue == TCP_SEND_QUEUE) { in do_tcp_setsockopt()
4491 if (tp->repair_queue == TCP_SEND_QUEUE) in do_tcp_getsockopt()
H A Dtcp_output.c2767 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()