Searched defs:tcp_sock (Results 1 – 1 of 1) sorted by relevance
62 struct tcp_sock { struct63 struct inet_connection_sock inet_conn;65 __u32 rcv_nxt;66 __u32 snd_nxt;67 __u32 snd_una;68 __u32 window_clamp;69 __u8 ecn_flags;70 __u32 delivered;71 __u32 delivered_ce;72 __u32 snd_cwnd;[all …]