Home
last modified time | relevance | path

Searched refs:when (Results 1 – 6 of 6) sorted by relevance

/include/net/
A Dinet_connection_sock.h223 unsigned long when, in inet_csk_reset_xmit_timer() argument
228 if (when > max_when) { in inet_csk_reset_xmit_timer()
230 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer()
231 when = max_when; in inet_csk_reset_xmit_timer()
234 when += jiffies; in inet_csk_reset_xmit_timer()
238 sk_reset_timer(sk, &icsk->icsk_retransmit_timer, when); in inet_csk_reset_xmit_timer()
242 sk_reset_timer(sk, &icsk->icsk_delack_timer, when); in inet_csk_reset_xmit_timer()
252 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; in inet_csk_rto_backoff() local
254 return (unsigned long)min_t(u64, when, max_when); in inet_csk_rto_backoff()
A Dtcp.h755 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when);
1495 unsigned long when, in tcp_reset_xmit_timer() argument
1499 when += tcp_pacing_delay(sk); in tcp_reset_xmit_timer()
1500 inet_csk_reset_xmit_timer(sk, what, when, in tcp_reset_xmit_timer()
1521 u64 when = (u64)tcp_probe0_base(sk) << backoff; in tcp_probe0_when() local
1523 return (unsigned long)min_t(u64, when, max_when); in tcp_probe0_when()
/include/linux/
A Dmaple.h73 unsigned long when, interval, function; member
/include/uapi/asm-generic/
A DKbuild4 # (This file is not included when SRCARCH=um since UML does not support UAPI.)
/include/linux/ceph/
A Dceph_features.h20 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument
/include/asm-generic/
A DKbuild4 # (This file is not included when SRCARCH=um since UML borrows several

Completed in 32 milliseconds