Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c92 #define MAX_MSG_LENGTH 8200 macro
129 u8 buf[MAX_MSG_LENGTH + 1];
481 if (so->rx.len > MAX_MSG_LENGTH) { in isotp_rcv_ff()
888 if (!size || size > MAX_MSG_LENGTH) { in isotp_sendmsg()