Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbpf.h6219 struct bpf_tcp_sock { struct
6220 __u32 snd_cwnd; /* Sending congestion window */
6221 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */
6222 __u32 rtt_min;
6223 __u32 snd_ssthresh; /* Slow start size threshold */
6224 __u32 rcv_nxt; /* What we want to receive next */
6225 __u32 snd_nxt; /* Next sequence we send */
6226 __u32 snd_una; /* First byte we want an ack for */
6227 __u32 mss_cache; /* Cached effective mss, not including SACKS */
6228 __u32 ecn_flags; /* ECN status bits. */
[all …]
/openbmc/linux/tools/include/uapi/linux/
H A 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 …]
/openbmc/linux/net/core/
H A Dfilter.c7212 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument