Searched defs:tcp_sock (Results 1 – 1 of 1) sorted by relevance
53 struct tcp_sock { struct54 struct inet_connection_sock inet_conn;56 __u32 rcv_nxt;57 __u32 snd_nxt;58 __u32 snd_una;59 __u8 ecn_flags;60 __u32 delivered;61 __u32 delivered_ce;62 __u32 snd_cwnd;63 __u32 snd_cwnd_cnt;[all …]