Searched defs:tcp_sock (Results 1 – 7 of 7) sorted by relevance
109348 struct tcp_sock { struct109349 struct inet_connection_sock inet_conn;109350 u16 tcp_header_len;109351 u16 gso_segs;109352 __be32 pred_flags;109353 u64 bytes_received;109354 u32 segs_in;109355 u32 data_segs_in;109356 u32 rcv_nxt;109357 u32 copied_seq;[all …]
76026 struct tcp_sock { struct76027 struct inet_connection_sock inet_conn;76028 u16 tcp_header_len;76029 u16 gso_segs;76030 __be32 pred_flags;76031 u64 bytes_received;76032 u32 segs_in;76033 u32 data_segs_in;76034 u32 rcv_nxt;76035 u32 copied_seq;[all …]
96340 struct tcp_sock { struct96341 struct inet_connection_sock inet_conn;96342 u16 tcp_header_len;96343 u16 gso_segs;96344 __be32 pred_flags;96345 u64 bytes_received;96346 u32 segs_in;96347 u32 data_segs_in;96348 u32 rcv_nxt;96349 u32 copied_seq;[all …]
103924 struct tcp_sock { struct103925 struct inet_connection_sock inet_conn;103926 u16 tcp_header_len;103927 u16 gso_segs;103928 __be32 pred_flags;103929 u64 bytes_received;103930 u32 segs_in;103931 u32 data_segs_in;103932 u32 rcv_nxt;103933 u32 copied_seq;[all …]