Searched defs:bpf_tcp_sock (Results 1 – 11 of 11) sorted by relevance
5585 struct bpf_tcp_sock { struct5586 __u32 snd_cwnd; /* Sending congestion window */5587 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */5588 __u32 rtt_min;5589 __u32 snd_ssthresh; /* Slow start size threshold */5590 __u32 rcv_nxt; /* What we want to receive next */5591 __u32 snd_nxt; /* Next sequence we send */5592 __u32 snd_una; /* First byte we want an ack for */5593 __u32 mss_cache; /* Cached effective mss, not including SACKS */5594 __u32 ecn_flags; /* ECN status bits. */[all …]
5510 struct bpf_tcp_sock { struct5511 __u32 snd_cwnd; /* Sending congestion window */5512 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */5513 __u32 rtt_min;5514 __u32 snd_ssthresh; /* Slow start size threshold */5515 __u32 rcv_nxt; /* What we want to receive next */5516 __u32 snd_nxt; /* Next sequence we send */5517 __u32 snd_una; /* First byte we want an ack for */5518 __u32 mss_cache; /* Cached effective mss, not including SACKS */5519 __u32 ecn_flags; /* ECN status bits. */[all …]
2405 static struct bpf_tcp_sock *(*bpf_tcp_sock)(struct bpf_sock *sk) = (void *) 96; variable
111679 struct bpf_tcp_sock { struct111680 __u32 snd_cwnd;111681 __u32 srtt_us;111682 __u32 rtt_min;111683 __u32 snd_ssthresh;111684 __u32 rcv_nxt;111685 __u32 snd_nxt;111686 __u32 snd_una;111687 __u32 mss_cache;111688 __u32 ecn_flags;[all …]
77580 struct bpf_tcp_sock { struct77581 __u32 snd_cwnd;77582 __u32 srtt_us;77583 __u32 rtt_min;77584 __u32 snd_ssthresh;77585 __u32 rcv_nxt;77586 __u32 snd_nxt;77587 __u32 snd_una;77588 __u32 mss_cache;77589 __u32 ecn_flags;[all …]
98636 struct bpf_tcp_sock { struct98637 __u32 snd_cwnd;98638 __u32 srtt_us;98639 __u32 rtt_min;98640 __u32 snd_ssthresh;98641 __u32 rcv_nxt;98642 __u32 snd_nxt;98643 __u32 snd_una;98644 __u32 mss_cache;98645 __u32 ecn_flags;[all …]
106437 struct bpf_tcp_sock { struct106438 __u32 snd_cwnd;106439 __u32 srtt_us;106440 __u32 rtt_min;106441 __u32 snd_ssthresh;106442 __u32 rcv_nxt;106443 __u32 snd_nxt;106444 __u32 snd_una;106445 __u32 mss_cache;106446 __u32 ecn_flags;[all …]