Home
last modified time | relevance | path

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

/linux/net/can/
H A Disotp.c127 #define ISOTP_ECHO_TIMEOUT 2 /* 2 secs */ macro
418 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_fc()
887 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_rcv_echo()
927 hrtimer_start(&so->txtimer, ktime_set(ISOTP_ECHO_TIMEOUT, 0), in isotp_txfr_timer_handler()
946 s64 hrtimer_sec = ISOTP_ECHO_TIMEOUT; in isotp_sendmsg()