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()161 lldp->tx_timer_start = k_uptime_get(); in lldp_send()174 next_timeout = timeout - (lldp->tx_timer_start + in lldp_manage_timeouts()209 if (ctx->lldp[slot].tx_timer_start != 0) { in lldp_start_timer()217 ctx->lldp[slot].tx_timer_start = k_uptime_get(); in lldp_start_timer()259 ctx->lldp[slot].tx_timer_start = 0; in lldp_start()
644 int64_t tx_timer_start; member