Home
last modified time | relevance | path

Searched defs:tcp_sock (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dtcp.h175 struct tcp_sock { struct
177 struct inet_connection_sock inet_conn;
178 u16 tcp_header_len; /* Bytes of tcp header to send */
179 u16 gso_segs; /* Max number of segs per GSO packet */
185 __be32 pred_flags;
192 u64 bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived
196 u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
199 u32 data_segs_in; /* RFC4898 tcpEStatsPerfDataSegsIn
202 u32 rcv_nxt; /* What we want to receive next */
203 u32 copied_seq; /* Head of yet unread data */
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h62 struct tcp_sock { struct
63 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 …]
/linux-6.1.9/net/ipv4/
Dbpf_tcp_ca.c130 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
/linux-6.1.9/net/mptcp/
Dprotocol.h498 struct sock *tcp_sock; /* tcp sk backpointer */ member