Searched defs:bpf_tcp_sock (Results 1 – 15 of 15) sorted by relevance
6204 struct bpf_tcp_sock { struct6205 __u32 snd_cwnd; /* Sending congestion window */6206 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */6207 __u32 rtt_min;6208 __u32 snd_ssthresh; /* Slow start size threshold */6209 __u32 rcv_nxt; /* What we want to receive next */6210 __u32 snd_nxt; /* Next sequence we send */6211 __u32 snd_una; /* First byte we want an ack for */6212 __u32 mss_cache; /* Cached effective mss, not including SACKS */6213 __u32 ecn_flags; /* ECN status bits. */[all …]
6337 struct bpf_tcp_sock { struct6338 __u32 snd_cwnd; /* Sending congestion window */6339 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */6340 __u32 rtt_min;6341 __u32 snd_ssthresh; /* Slow start size threshold */6342 __u32 rcv_nxt; /* What we want to receive next */6343 __u32 snd_nxt; /* Next sequence we send */6344 __u32 snd_una; /* First byte we want an ack for */6345 __u32 mss_cache; /* Cached effective mss, not including SACKS */6346 __u32 ecn_flags; /* ECN status bits. */[all …]
2445 static struct bpf_tcp_sock *(*bpf_tcp_sock)(struct bpf_sock *sk) = (void *) 96; variable
91461 struct bpf_tcp_sock { struct91462 __u32 snd_cwnd;91463 __u32 srtt_us;91464 __u32 rtt_min;91465 __u32 snd_ssthresh;91466 __u32 rcv_nxt;91467 __u32 snd_nxt;91468 __u32 snd_una;91469 __u32 mss_cache;91470 __u32 ecn_flags;[all …]
48026 struct bpf_tcp_sock { struct48027 __u32 snd_cwnd;48028 __u32 srtt_us;48029 __u32 rtt_min;48030 __u32 snd_ssthresh;48031 __u32 rcv_nxt;48032 __u32 snd_nxt;48033 __u32 snd_una;48034 __u32 mss_cache;48035 __u32 ecn_flags;[all …]
85282 struct bpf_tcp_sock { struct85283 __u32 snd_cwnd;85284 __u32 srtt_us;85285 __u32 rtt_min;85286 __u32 snd_ssthresh;85287 __u32 rcv_nxt;85288 __u32 snd_nxt;85289 __u32 snd_una;85290 __u32 mss_cache;85291 __u32 ecn_flags;[all …]
120884 struct bpf_tcp_sock { struct120885 __u32 snd_cwnd;120886 __u32 srtt_us;120887 __u32 rtt_min;120888 __u32 snd_ssthresh;120889 __u32 rcv_nxt;120890 __u32 snd_nxt;120891 __u32 snd_una;120892 __u32 mss_cache;120893 __u32 ecn_flags;[all …]
137237 struct bpf_tcp_sock { struct137238 __u32 snd_cwnd;137239 __u32 srtt_us;137240 __u32 rtt_min;137241 __u32 snd_ssthresh;137242 __u32 rcv_nxt;137243 __u32 snd_nxt;137244 __u32 snd_una;137245 __u32 mss_cache;137246 __u32 ecn_flags;[all …]
121578 struct bpf_tcp_sock { struct121579 __u32 snd_cwnd;121580 __u32 srtt_us;121581 __u32 rtt_min;121582 __u32 snd_ssthresh;121583 __u32 rcv_nxt;121584 __u32 snd_nxt;121585 __u32 snd_una;121586 __u32 mss_cache;121587 __u32 ecn_flags;[all …]