Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtcp.h145 struct tcp_sock { struct
155 __be32 pred_flags;
213 struct tcp_rack {
223 } rack;
228 unused:5;
240 repair : 1,
242 u8 repair_queue;
353 int linger2;
372 struct {
376 } rcv_rtt_est;
[all …]
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h58 struct tcp_sock { struct
61 __u32 rcv_nxt;
62 __u32 snd_nxt;
63 __u32 snd_una;
64 __u32 window_clamp;
65 __u8 ecn_flags;
66 __u32 delivered;
67 __u32 delivered_ce;
68 __u32 snd_cwnd;
69 __u32 snd_cwnd_cnt;
[all …]
/linux/net/ipv4/
A Dbpf_tcp_ca.c145 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
/linux/net/mptcp/
A Dprotocol.h445 struct sock *tcp_sock; /* tcp sk backpointer */ member

Completed in 16 milliseconds