Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
H A Disotp.h139 #define CAN_ISOTP_CF_BROADCAST 0x1000 /* 1-to-N transmission w/o FC */ macro
/linux/Documentation/networking/
H A Diso15765-2.rst199 specified alongside ``CAN_ISOTP_CF_BROADCAST``).
201 * ``CAN_ISOTP_CF_BROADCAST``: use 1-to-N transmission without flow control
/linux/net/can/
H A Disotp.c119 #define ISOTP_ALL_BC_FLAGS (CAN_ISOTP_SF_BROADCAST | CAN_ISOTP_CF_BROADCAST)
1055 if (isotp_bc_flags(so) == CAN_ISOTP_CF_BROADCAST) { in isotp_sendmsg()
1398 so->opt.flags &= ~CAN_ISOTP_CF_BROADCAST; in isotp_setsockopt_locked()