Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbpf.h3077 struct bpf_tcp_sock { struct
3078 __u32 snd_cwnd; /* Sending congestion window */
3079 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
3080 __u32 rtt_min;
3081 __u32 snd_ssthresh; /* Slow start size threshold */
3082 __u32 rcv_nxt; /* What we want to receive next */
3083 __u32 snd_nxt; /* Next sequence we send */
3084 __u32 snd_una; /* First byte we want an ack for */
3085 __u32 mss_cache; /* Cached effective mss, not including SACKS */
3086 __u32 ecn_flags; /* ECN status bits. */
[all …]
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h3077 struct bpf_tcp_sock { struct
3078 __u32 snd_cwnd; /* Sending congestion window */
3079 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
3080 __u32 rtt_min;
3081 __u32 snd_ssthresh; /* Slow start size threshold */
3082 __u32 rcv_nxt; /* What we want to receive next */
3083 __u32 snd_nxt; /* Next sequence we send */
3084 __u32 snd_una; /* First byte we want an ack for */
3085 __u32 mss_cache; /* Cached effective mss, not including SACKS */
3086 __u32 ecn_flags; /* ECN status bits. */
[all …]
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h199 static struct bpf_tcp_sock *(*bpf_tcp_sock)(struct bpf_sock *sk) = variable
/Linux-v5.4/net/core/
Dfilter.c5694 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument