Searched defs:tcp_sock (Results 1 – 14 of 14) 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 …]
95 auto tcp_sock = std::make_unique<MockTCPClientSocket>(address_list_, net_log, in BuildMockSocket() local
210 ip::tcp::socket tcp_sock(ioc, ip::tcp::v4()); in test() local
36855 struct sock *tcp_sock; member52178 struct tcp_sock { struct52179 struct inet_connection_sock inet_conn;52180 u16 tcp_header_len;52181 u16 gso_segs;52182 __be32 pred_flags;52183 u64 bytes_received;52184 u32 segs_in;52185 u32 data_segs_in;52186 u32 rcv_nxt;[all …]
47685 struct tcp_sock { struct47686 struct inet_connection_sock inet_conn;47687 u16 tcp_header_len;47688 u16 gso_segs;47689 __be32 pred_flags;47690 u64 bytes_received;47691 u32 segs_in;47692 u32 data_segs_in;47693 u32 rcv_nxt;47694 u32 copied_seq;[all …]
62560 struct tcp_sock { struct62561 struct inet_connection_sock inet_conn;62562 u16 tcp_header_len;62563 u16 gso_segs;62564 __be32 pred_flags;62565 u64 bytes_received;62566 u32 segs_in;62567 u32 data_segs_in;62568 u32 rcv_nxt;62569 u32 copied_seq;[all …]
117656 struct tcp_sock { struct117657 struct inet_connection_sock inet_conn;117658 u16 tcp_header_len;117659 u16 gso_segs;117660 __be32 pred_flags;117661 u64 bytes_received;117662 u32 segs_in;117663 u32 data_segs_in;117664 u32 rcv_nxt;117665 u32 copied_seq;[all …]
62382 struct tcp_sock { struct62383 struct inet_connection_sock inet_conn;62384 u16 tcp_header_len;62385 u16 gso_segs;62386 __be32 pred_flags;62387 u64 bytes_received;62388 u32 segs_in;62389 u32 data_segs_in;62390 u32 rcv_nxt;62391 u32 copied_seq;[all …]
118538 struct tcp_sock { struct118539 struct inet_connection_sock inet_conn;118540 u16 tcp_header_len;118541 u16 gso_segs;118542 __be32 pred_flags;118543 u64 bytes_received;118544 u32 segs_in;118545 u32 data_segs_in;118546 u32 rcv_nxt;118547 u32 copied_seq;[all …]