Lines Matching defs:what
199 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)
203 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0) {
208 } else if (what == ICSK_TIME_DACK) {
222 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what,
230 sk, what, when, (void *)_THIS_IP_);
235 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 ||
236 what == ICSK_TIME_LOSS_PROBE || what == ICSK_TIME_REO_TIMEOUT) {
237 smp_store_release(&icsk->icsk_pending, what);
239 } else if (what == ICSK_TIME_DACK) {