Searched defs:tcp_sock (Results 1 – 9 of 9) sorted by relevance
145 struct tcp_sock { struct147 struct inet_connection_sock inet_conn;148 u16 tcp_header_len; /* Bytes of tcp header to send */149 u16 gso_segs; /* Max number of segs per GSO packet */155 __be32 pred_flags;162 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived166 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn169 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn172 u32 rcv_nxt; /* What we want to receive next */173 u32 copied_seq; /* Head of yet unread data */[all …]
177 struct tcp_sock { struct179 struct inet_connection_sock inet_conn;180 u16 tcp_header_len; /* Bytes of tcp header to send */181 u16 gso_segs; /* Max number of segs per GSO packet */187 __be32 pred_flags;194 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived198 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn201 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn204 u32 rcv_nxt; /* What we want to receive next */205 u32 copied_seq; /* Head of yet unread data */[all …]
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 …]
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 …]
43 int tcp_sock; in UdpTcpBind() local81 int tcp_sock; in ClientFunc() local99 int tcp_sock; in ItNetContainer008() local
147 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
128 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
325 struct sock *tcp_sock; /* tcp sk backpointer */ member
546 struct sock *tcp_sock; /* tcp sk backpointer */ member