Lines Matching refs:westwood
32 struct westwood {
63 struct westwood *w = inet_csk_ca(sk);
86 static void westwood_filter(struct westwood *w, u32 delta)
101 * but all westwood needs is the last sample of srtt.
106 struct westwood *w = inet_csk_ca(sk);
119 struct westwood *w = inet_csk_ca(sk);
148 static inline void update_rtt_min(struct westwood *w)
166 struct westwood *w = inet_csk_ca(sk);
183 struct westwood *w = inet_csk_ca(sk);
220 const struct westwood *w = inet_csk_ca(sk);
228 struct westwood *w = inet_csk_ca(sk);
243 struct westwood *w = inet_csk_ca(sk);
264 const struct westwood *ca = inet_csk_ca(sk);
289 .name = "westwood"
294 BUILD_BUG_ON(sizeof(struct westwood) > ICSK_CA_PRIV_SIZE);