Searched refs:j1939_tp_schedule_txtimer (Results 1 – 3 of 3) sorted by relevance
/net/can/j1939/ |
D | transport.c | 695 void j1939_tp_schedule_txtimer(struct j1939_session *session, int msec) in j1939_tp_schedule_txtimer() function 747 j1939_tp_schedule_txtimer(session, 50); in j1939_session_tx_rts() 850 j1939_tp_schedule_txtimer(session, pdelay); in j1939_session_tx_dat() 1162 j1939_tp_schedule_txtimer(session, in j1939_tp_txtimer() 1445 j1939_tp_schedule_txtimer(session, 0); in j1939_xtp_rx_cts_one() 1737 j1939_tp_schedule_txtimer(session, 0); in j1939_xtp_rx_rts() 1886 j1939_tp_schedule_txtimer(session, 0); in j1939_xtp_rx_dat_one()
|
D | j1939-priv.h | 327 void j1939_tp_schedule_txtimer(struct j1939_session *session, int msec);
|
D | socket.c | 194 j1939_tp_schedule_txtimer(first, time_ms); in j1939_sk_queue_activate_next_locked() 1087 j1939_tp_schedule_txtimer(session, 0); in j1939_sk_send_loop()
|