Searched refs:TCP_SEND_QUEUE (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | repair.c | 95 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 D | tcp.h | 154 TCP_SEND_QUEUE, enumerator
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 161 TCP_SEND_QUEUE, enumerator
|
/linux/net/ipv4/ |
H A D | tcp.c | 2606 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 D | tcp_output.c | 2767 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
|