Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_bbr.c296 static u32 bbr_min_tso_segs(struct sock *sk) in bbr_min_tso_segs() function
311 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,