Searched refs:tx_timer_start (Results 1 – 2 of 2) sorted by relevance
78 return lldp_check_timeout(lldp->tx_timer_start, in lldp_timedout()155 lldp->tx_timer_start = k_uptime_get(); in lldp_send()168 next_timeout = timeout - (lldp->tx_timer_start + in lldp_manage_timeouts()203 if (ctx->lldp[slot].tx_timer_start != 0) { in lldp_start_timer()211 ctx->lldp[slot].tx_timer_start = k_uptime_get(); in lldp_start_timer()253 ctx->lldp[slot].tx_timer_start = 0; in lldp_start()
639 int64_t tx_timer_start; member