Searched refs:min_tso_segs (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h183 __u32 (*min_tso_segs)(struct sock *sk); member in struct:tcp_congestion_ops
/linux-master/net/ipv4/
H A Dbpf_tcp_ca.c339 .min_tso_segs = bpf_tcp_ca_min_tso_segs,
H A Dtcp_output.c2006 int min_tso_segs)
2019 return max_t(u32, bytes / mss_now, min_tso_segs);
2030 min_tso = ca_ops->min_tso_segs ?
2031 ca_ops->min_tso_segs(sk) :
2005 tcp_tso_autosize(const struct sock *sk, unsigned int mss_now, int min_tso_segs) argument
H A Dtcp_bbr.c1153 .min_tso_segs = bbr_min_tso_segs,
/linux-master/include/net/
H A Dtcp.h1165 u32 (*min_tso_segs)(struct sock *sk); member in struct:tcp_congestion_ops

Completed in 143 milliseconds