Searched refs:rxpad_content (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/uapi/linux/can/ |
D | isotp.h | 84 __u8 rxpad_content; /* set content of padding byte (rx) */ member
|
/linux-6.12.1/Documentation/networking/ |
D | iso15765-2.rst | 152 u8 rxpad_content; 171 ``rxpad_content`` as value for the padding bytes. 177 against ``rxpad_content``; if ``CAN_ISOTP_RX_PADDING`` is not specified, 218 * ``rxpad_content``: byte used as padding value for received frames.
|
/linux-6.12.1/net/can/ |
D | isotp.c | 374 check_pad(so, cf, ae + FC_CONTENT_SZ, so->opt.rxpad_content))) { in isotp_rcv_fc() 457 check_pad(so, cf, pcilen + len, so->opt.rxpad_content)) { in isotp_rcv_sf() 606 check_pad(so, cf, i + 1, so->opt.rxpad_content)) { in isotp_rcv_cf() 1615 so->opt.rxpad_content = CAN_ISOTP_DEFAULT_PAD_CONTENT; in isotp_init()
|