ReactOS
0.4.15-dev-5618-g8866b9d
|
#include <tcpcore.h>
Definition at line 1560 of file tcpcore.h.
Referenced by tcp_acceptq_added(), tcp_acceptq_is_full(), and tcp_acceptq_removed().
Definition at line 1543 of file tcpcore.h.
Referenced by tcp_acceptq_queue(), tcp_clear_xmit_timer(), tcp_current_mss(), tcp_free_skb(), tcp_initialize_rcv_mss(), tcp_prequeue(), tcp_reset_xmit_timer(), tcp_synq_added(), tcp_synq_drop(), tcp_synq_is_full(), tcp_synq_len(), tcp_synq_removed(), and tcp_synq_young().
Definition at line 1492 of file tcpcore.h.
Referenced by tcp_alloc_page().
struct { ... } sock::backlog |
struct sk_buff_head sock::error_queue |
int sock::forward_alloc |
Definition at line 1490 of file tcpcore.h.
Referenced by tcp_alloc_page(), tcp_charge_skb(), tcp_free_skb(), and tcp_mem_reclaim().
socket_lock_t sock::lock |
Definition at line 1561 of file tcpcore.h.
Referenced by tcp_acceptq_is_full().
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_fast_path_check(), tcp_full_space(), tcp_prequeue(), and tcp_space().
struct sk_buff_head sock::receive_queue |
atomic_t sock::rmem_alloc |
Definition at line 1484 of file tcpcore.h.
Referenced by tcp_fast_path_check(), and tcp_space().
wait_queue_head_t* sock::sleep |
int sock::sndbuf |
Definition at line 1493 of file tcpcore.h.
Referenced by tcp_moderate_sndbuf(), and tcp_wspace().
struct timer_list sock::timer |
union { ... } sock::tp_pinfo |
Definition at line 1511 of file tcpcore.h.
Referenced by tcp_moderate_sndbuf().
int sock::wmem_queued |
Definition at line 1489 of file tcpcore.h.
Referenced by tcp_charge_skb(), tcp_free_skb(), tcp_min_write_space(), tcp_moderate_sndbuf(), and tcp_wspace().
struct sk_buff_head sock::write_queue |
Definition at line 1487 of file tcpcore.h.
Referenced by tcp_skb_is_last().