Searched defs:tcp_sock (Results 1 – 1 of 1) sorted by relevance
132 struct tcp_sock { struct134 struct inet_connection_sock inet_conn;135 u16 tcp_header_len; /* Bytes of tcp header to send */136 u16 gso_segs; /* Max number of segs per GSO packet */142 __be32 pred_flags;149 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived153 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn156 u32 rcv_nxt; /* What we want to receive next */157 u32 copied_seq; /* Head of yet unread data */158 u32 rcv_wup; /* rcv_nxt on last window update sent */[all …]