Files
linux-bredos/include/uapi/linux
Philo Lu 48e2cd3e3d bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Two important arguments in RTT estimation, mrtt and srtt, are passed to
tcp_bpf_rtt(), so that bpf programs get more information about RTT
computation in BPF_SOCK_OPS_RTT_CB.

The difference between bpf_sock_ops->srtt_us and the srtt here is: the
former is an old rtt before update, while srtt passed by tcp_bpf_rtt()
is that after update.

Signed-off-by: Philo Lu <lulie@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240425161724.73707-2-lulie@linux.alibaba.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
2024-04-25 14:09:05 -07:00
..
2024-03-07 17:14:53 +00:00
2024-01-15 18:35:35 -05:00
2024-02-08 08:41:06 -05:00
2024-02-15 23:43:47 -05:00
2024-03-01 12:23:37 +01:00
2024-02-28 18:47:08 -07:00
2024-02-05 12:57:45 +01:00