|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tcpcore.h>

Definition at line 1560 of file tcpcore.h.
Referenced by tcp_acceptq_queue().
Definition at line 1543 of file tcpcore.h.
Referenced by tcp_fast_path_on(), tcp_mem_reclaim(), and tcp_synq_len().
Definition at line 1492 of file tcpcore.h.
Referenced by tcp_rfree().
| struct { ... } sock::backlog |
| struct sk_buff_head sock::error_queue |
| socket_lock_t sock::lock |
Definition at line 1460 of file tcpcore.h.
Referenced by tcp_sk_listen_hashfn().
| union { ... } sock::protinfo |
| int sock::rcvbuf |
Definition at line 1479 of file tcpcore.h.
Referenced by tcp_acceptq_added(), and tcp_acceptq_is_full().
| struct sk_buff_head sock::receive_queue |
| atomic_t sock::rmem_alloc |
Definition at line 1484 of file tcpcore.h.
Referenced by tcp_acceptq_added().
| wait_queue_head_t* sock::sleep |
| int sock::sndbuf |
Definition at line 1493 of file tcpcore.h.
Referenced by tcp_packets_in_flight().
| struct timer_list sock::timer |
| union { ... } sock::tp_pinfo |
Referenced by tcp_fast_path_on(), tcp_mem_reclaim(), and tcp_synq_len().
| int sock::wmem_queued |
Definition at line 1489 of file tcpcore.h.
Referenced by tcp_mem_reclaim(), tcp_packets_in_flight(), and tcp_wspace().
| struct sk_buff_head sock::write_queue |