Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_bbr.c298 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)