Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c269 static u32 bbr_min_tso_segs(struct sock *sk) in bbr_min_tso_segs() function
284 segs = max_t(u32, bytes / tp->mss_cache, bbr_min_tso_segs(sk)); in bbr_tso_segs_goal()
957 .min_tso_segs = bbr_min_tso_segs,