Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/can/
Disotp.h130 #define CAN_ISOTP_RX_PADDING 0x0008 /* enable CAN frame padding rx path */ macro
/linux-6.12.1/Documentation/networking/
Diso15765-2.rst170 * ``CAN_ISOTP_RX_PADDING``: enable padding for the received frames, using
177 against ``rxpad_content``; if ``CAN_ISOTP_RX_PADDING`` is not specified,
/linux-6.12.1/net/can/
Disotp.c338 if (!(so->opt.flags & CAN_ISOTP_RX_PADDING)) { in check_pad()