Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h177 struct tcp_sock { struct
245 struct tcp_rack {
255 } rack;
260 unused:5;
272 repair : 1,
274 u8 repair_queue;
385 int linger2;
410 struct {
414 } rcv_rtt_est;
417 struct {
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h62 struct tcp_sock { struct
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;
73 __u32 snd_cwnd_cnt;
[all …]
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c128 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2()
/openbmc/linux/net/mptcp/
H A Dprotocol.h534 struct sock *tcp_sock; /* tcp sk backpointer */ member