Home
last modified time | relevance | path

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

/Linux-v5.10/net/can/
Disotp.c89 #define MAX_MSG_LENGTH 8200 macro
126 u8 buf[MAX_MSG_LENGTH + 1];
473 if (so->rx.len > MAX_MSG_LENGTH) { in isotp_rcv_ff()
865 if (!size || size > MAX_MSG_LENGTH) in isotp_sendmsg()