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

/linux-4.4.14/net/ipv4/
H A Dtcp_westwood.c31 struct westwood { struct
62 struct westwood *w = inet_csk_ca(sk); tcp_westwood_init()
85 static void westwood_filter(struct westwood *w, u32 delta) westwood_filter()
100 * but all westwood needs is the last sample of srtt.
104 struct westwood *w = inet_csk_ca(sk); tcp_westwood_pkts_acked()
117 struct westwood *w = inet_csk_ca(sk); westwood_update_window()
146 static inline void update_rtt_min(struct westwood *w) update_rtt_min()
164 struct westwood *w = inet_csk_ca(sk); westwood_fast_bw()
181 struct westwood *w = inet_csk_ca(sk); westwood_acked_count()
218 const struct westwood *w = inet_csk_ca(sk); tcp_westwood_bw_rttmin()
226 struct westwood *w = inet_csk_ca(sk); tcp_westwood_ack()
241 struct westwood *w = inet_csk_ca(sk); tcp_westwood_event()
262 const struct westwood *ca = inet_csk_ca(sk); tcp_westwood_info()
286 .name = "westwood"
291 BUILD_BUG_ON(sizeof(struct westwood) > ICSK_CA_PRIV_SIZE); tcp_westwood_register()

Completed in 153 milliseconds