Lines Matching refs:what
207 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)
211 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0) {
216 } else if (what == ICSK_TIME_DACK) {
230 unsigned long when, const int what)
238 switch (what) {
271 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what,
278 when = get_nata_rto(sk, icsk, when, what);
283 sk, what, when, (void *)_THIS_IP_);
287 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 ||
288 what == ICSK_TIME_EARLY_RETRANS || what == ICSK_TIME_LOSS_PROBE ||
289 what == ICSK_TIME_REO_TIMEOUT) {
290 icsk->icsk_pending = what;
293 } else if (what == ICSK_TIME_DACK) {