Home
last modified time | relevance | path

Searched refs:bbr_min_tso_segs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c298 __bpf_kfunc static u32 bbr_min_tso_segs(struct sock *sk) in bbr_min_tso_segs() function
314 segs = max_t(u32, bytes / tp->mss_cache, bbr_min_tso_segs(sk)); in bbr_tso_segs_goal()
1152 .min_tso_segs = bbr_min_tso_segs,
1166 BTF_ID_FLAGS(func, bbr_min_tso_segs)
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c296 static u32 bbr_min_tso_segs(struct sock *sk) in bbr_min_tso_segs() function
312 segs = max_t(u32, bytes / tp->mss_cache, bbr_min_tso_segs(sk)); in bbr_tso_segs_goal()
1150 .min_tso_segs = bbr_min_tso_segs,

Completed in 4 milliseconds