Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/can/
Disotp.h114 __u8 tx_dl; /* tx link layer data length in bytes */ member
/Linux-v5.10/net/can/
Disotp.c1208 if (ll.tx_dl != padlen(ll.tx_dl)) in isotp_setsockopt()
1214 if (ll.mtu == CAN_MTU && ll.tx_dl > CAN_MAX_DLEN) in isotp_setsockopt()
1220 so->tx.ll_dl = ll.tx_dl; in isotp_setsockopt()
1346 so->ll.tx_dl = CAN_ISOTP_DEFAULT_LL_TX_DL; in isotp_init()
1350 so->tx.ll_dl = so->ll.tx_dl; in isotp_init()