Searched defs:tcp_sock (Results 1 – 2 of 2) sorted by relevance
122262 struct tcp_sock { struct122263 struct inet_connection_sock inet_conn;122264 u16 tcp_header_len;122265 u16 gso_segs;122266 __be32 pred_flags;122267 u64 bytes_received;122268 u32 segs_in;122269 u32 data_segs_in;122270 u32 rcv_nxt;122271 u32 copied_seq;[all …]
129897 struct tcp_sock { struct129898 struct inet_connection_sock inet_conn;129899 u16 tcp_header_len;129900 u16 gso_segs;129901 __be32 pred_flags;129902 u64 bytes_received;129903 u32 segs_in;129904 u32 data_segs_in;129905 u32 rcv_nxt;129906 u32 copied_seq;[all …]