Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dbpf.h5357 struct bpf_tcp_sock { struct
5358 __u32 snd_cwnd; /* Sending congestion window */
5359 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
5360 __u32 rtt_min;
5361 __u32 snd_ssthresh; /* Slow start size threshold */
5362 __u32 rcv_nxt; /* What we want to receive next */
5363 __u32 snd_nxt; /* Next sequence we send */
5364 __u32 snd_una; /* First byte we want an ack for */
5365 __u32 mss_cache; /* Cached effective mss, not including SACKS */
5366 __u32 ecn_flags; /* ECN status bits. */
[all …]
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h5357 struct bpf_tcp_sock { struct
5358 __u32 snd_cwnd; /* Sending congestion window */
5359 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
5360 __u32 rtt_min;
5361 __u32 snd_ssthresh; /* Slow start size threshold */
5362 __u32 rcv_nxt; /* What we want to receive next */
5363 __u32 snd_nxt; /* Next sequence we send */
5364 __u32 snd_una; /* First byte we want an ack for */
5365 __u32 mss_cache; /* Cached effective mss, not including SACKS */
5366 __u32 ecn_flags; /* ECN status bits. */
[all …]
/Linux-v5.15/net/core/
Dfilter.c6594 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument