Home
last modified time | relevance | path

Searched defs:bpf_tcp_sock (Results 1 – 11 of 11) sorted by relevance

/external/bpftool/include/uapi/linux/
Dbpf.h5585 struct bpf_tcp_sock { struct
5586 __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 …]
/external/kernel-headers/original/uapi/linux/
Dbpf.h5510 struct bpf_tcp_sock { struct
5511 __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 …]
/external/libbpf/include/uapi/linux/
Dbpf.h5585 struct bpf_tcp_sock { struct
5586 __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 …]
/external/libbpf/src/
Dbpf_helper_defs.h2405 static struct bpf_tcp_sock *(*bpf_tcp_sock)(struct bpf_sock *sk) = (void *) 96; variable
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h111679 struct bpf_tcp_sock { struct
111680 __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 …]
Dvmlinux.h111679 struct bpf_tcp_sock { struct
111680 __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 …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h77580 struct bpf_tcp_sock { struct
77581 __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 …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h98636 struct bpf_tcp_sock { struct
98637 __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 …]
Dvmlinux_510.h98636 struct bpf_tcp_sock { struct
98637 __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 …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h106437 struct bpf_tcp_sock { struct
106438 __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 …]
Dvmlinux_505.h106437 struct bpf_tcp_sock { struct
106438 __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 …]