Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtcp.h147 struct tcp_sock { struct
149 struct inet_connection_sock inet_conn;
150 u16 tcp_header_len; /* Bytes of tcp header to send */
151 u16 gso_segs; /* Max number of segs per GSO packet */
157 __be32 pred_flags;
164 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived
168 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
171 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn
174 u32 rcv_nxt; /* What we want to receive next */
175 u32 copied_seq; /* Head of yet unread data */
[all …]