Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4218 struct bpf_tcp_sock { struct
4219 __u32 snd_cwnd; /* Sending congestion window */
4220 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
4221 __u32 rtt_min;
4222 __u32 snd_ssthresh; /* Slow start size threshold */
4223 __u32 rcv_nxt; /* What we want to receive next */
4224 __u32 snd_nxt; /* Next sequence we send */
4225 __u32 snd_una; /* First byte we want an ack for */
4226 __u32 mss_cache; /* Cached effective mss, not including SACKS */
4227 __u32 ecn_flags; /* ECN status bits. */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h639 struct bpf_tcp_sock { struct
640 __u32 snd_cwnd;
641 __u32 srtt_us;
642 __u32 rtt_min;
643 __u32 snd_ssthresh;
644 __u32 rcv_nxt;
645 __u32 snd_nxt;
646 __u32 snd_una;
647 __u32 mss_cache;
648 __u32 ecn_flags;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbpf.h639 struct bpf_tcp_sock { struct
640 __u32 snd_cwnd;
641 __u32 srtt_us;
642 __u32 rtt_min;
643 __u32 snd_ssthresh;
644 __u32 rcv_nxt;
645 __u32 snd_nxt;
646 __u32 snd_una;
647 __u32 mss_cache;
648 __u32 ecn_flags;
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4218 struct bpf_tcp_sock { struct
4219 __u32 snd_cwnd; /* Sending congestion window */
4220 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
4221 __u32 rtt_min;
4222 __u32 snd_ssthresh; /* Slow start size threshold */
4223 __u32 rcv_nxt; /* What we want to receive next */
4224 __u32 snd_nxt; /* Next sequence we send */
4225 __u32 snd_una; /* First byte we want an ack for */
4226 __u32 mss_cache; /* Cached effective mss, not including SACKS */
4227 __u32 ecn_flags; /* ECN status bits. */
[all …]
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dbpf.h6225 struct bpf_tcp_sock { struct
6226 __u32 snd_cwnd; /* Sending congestion window */
6227 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
6228 __u32 rtt_min;
6229 __u32 snd_ssthresh; /* Slow start size threshold */
6230 __u32 rcv_nxt; /* What we want to receive next */
6231 __u32 snd_nxt; /* Next sequence we send */
6232 __u32 snd_una; /* First byte we want an ack for */
6233 __u32 mss_cache; /* Cached effective mss, not including SACKS */
6234 __u32 ecn_flags; /* ECN status bits. */
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dbpf.h6222 struct bpf_tcp_sock { struct
6223 __u32 snd_cwnd; /* Sending congestion window */
6224 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
6225 __u32 rtt_min;
6226 __u32 snd_ssthresh; /* Slow start size threshold */
6227 __u32 rcv_nxt; /* What we want to receive next */
6228 __u32 snd_nxt; /* Next sequence we send */
6229 __u32 snd_una; /* First byte we want an ack for */
6230 __u32 mss_cache; /* Cached effective mss, not including SACKS */
6231 __u32 ecn_flags; /* ECN status bits. */
[all …]
/kernel/linux/linux-5.10/net/core/
Dfilter.c6500 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument
/kernel/linux/linux-6.6/net/core/
Dfilter.c7229 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument