Home
last modified time | relevance | path

Searched defs:tcp_sock (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dtcp.h131 struct tcp_sock { struct
133 struct inet_connection_sock inet_conn;
134 u16 tcp_header_len; /* Bytes of tcp header to send */
135 u16 gso_segs; /* Max number of segs per GSO packet */
141 __be32 pred_flags;
148 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived
152 u32 rcv_nxt; /* What we want to receive next */
153 u32 copied_seq; /* Head of yet unread data */
154 u32 rcv_wup; /* rcv_nxt on last window update sent */
155 u32 snd_nxt; /* Next sequence we send */
[all …]