Home
last modified time | relevance | path

Searched refs:ISOTP_SENDING (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/can/
H A Disotp.c122 ISOTP_SENDING, enumerator
401 so->tx.state = ISOTP_SENDING; in isotp_rcv_fc()
906 if (so->tx.state == ISOTP_SENDING && !so->cfecho) in isotp_txfr_timer_handler()
928 while (cmpxchg(&so->tx.state, ISOTP_IDLE, ISOTP_SENDING) != ISOTP_IDLE) { in isotp_sendmsg()
/kernel/linux/linux-6.6/net/can/
H A Disotp.c133 ISOTP_SENDING, enumerator
414 so->tx.state = ISOTP_SENDING; in isotp_rcv_fc()
929 if (so->tx.state == ISOTP_SENDING && !so->cfecho) in isotp_txfr_timer_handler()
951 while (cmpxchg(&so->tx.state, ISOTP_IDLE, ISOTP_SENDING) != ISOTP_IDLE) { in isotp_sendmsg()

Completed in 4 milliseconds