Home
last modified time | relevance | path

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

/openbmc/linux/net/can/j1939/
H A Dtransport.c125 static unsigned int j1939_tp_block = 255; variable
922 len = min3(len, session->pkt.block, j1939_tp_block ?: 255); in j1939_session_tx_cts()
2031 min(j1939_tp_block ?: 255, session->pkt.total); in j1939_tp_send()