Searched refs:TCP_RECV_QUEUE (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | repair.c | 99 test_sock_checkpoint_queue(sk, TCP_RECV_QUEUE, state->inq_len, &state->in); in __test_sock_checkpoint() 178 test_sock_restore_seq(sk, TCP_RECV_QUEUE, state->in.seq - state->inq_len); in __test_sock_restore() 216 test_sock_restore_queue(sk, TCP_RECV_QUEUE, state->in.buf, state->inq_len); in __test_sock_restore()
|
/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 153 TCP_RECV_QUEUE, enumerator
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 160 TCP_RECV_QUEUE, enumerator
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | icmps-accept.c | 351 val = TCP_RECV_QUEUE; in get_rcv_nxt()
|
H A D | icmps-discard.c | 351 val = TCP_RECV_QUEUE; in get_rcv_nxt()
|
/linux/net/ipv4/ |
H A D | tcp.c | 1114 if (tp->repair_queue == TCP_RECV_QUEUE) { in tcp_sendmsg_locked() 3887 } else if (tp->repair_queue == TCP_RECV_QUEUE) { in do_tcp_setsockopt() 4493 else if (tp->repair_queue == TCP_RECV_QUEUE) in do_tcp_getsockopt()
|