Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Disotp.h114 __u8 tx_dl; /* tx link layer data length in bytes */ member
/openbmc/linux/net/can/
H A Disotp.c1443 if (ll.tx_dl != padlen(ll.tx_dl)) in isotp_setsockopt_locked()
1450 (ll.tx_dl > CAN_MAX_DLEN || ll.tx_flags != 0)) in isotp_setsockopt_locked()
1456 so->tx.ll_dl = ll.tx_dl; in isotp_setsockopt_locked()
1621 so->ll.tx_dl = CAN_ISOTP_DEFAULT_LL_TX_DL; in isotp_init()
1625 so->tx.ll_dl = so->ll.tx_dl; in isotp_init()