Searched refs:stmin (Results 1 – 3 of 3) sorted by relevance
61 composing such block (``stmin``). Once this information has been received, the184 * ``CAN_ISOTP_FORCE_TXSTMIN``: ignore stmin from received FC; normally187 * ``CAN_ISOTP_FORCE_RXSTMIN``: ignore CFs depending on rx stmin; normally240 u8 stmin;246 * ``stmin``: minimum separation time provided in flow control frames; can285 Transmission stmin288 The transmission minimum separation time (stmin) can be forced using the289 ``CAN_ISOTP_TX_STMIN`` optname and providing an stmin value in microseconds as295 uint32_t stmin;296 ret = setsockopt(s, SOL_CAN_ISOTP, CAN_ISOTP_TX_STMIN, &stmin, sizeo[all...]
58 /* sockopts to force stmin timer values for protocol regression tests */96 __u8 stmin; /* separation time provided in FC frame */ member 134 #define CAN_ISOTP_FORCE_TXSTMIN 0x0080 /* ignore stmin from received FC */135 #define CAN_ISOTP_FORCE_RXSTMIN 0x0100 /* ignore CFs depending on rx stmin */
252 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc() 269 /* reset last CF frame rx timestamp for rx stmin enforcement */ in isotp_send_fc() 390 so->txfc.stmin = cf->data[ae + 2]; in isotp_rcv_fc() 393 if (so->txfc.stmin > 0x7F && in isotp_rcv_fc() 394 (so->txfc.stmin < 0xF1 || so->txfc.stmin > 0xF9)) in isotp_rcv_fc() 395 so->txfc.stmin = 0x7F; in isotp_rcv_fc() 404 else if (so->txfc.stmin < 0x80) in isotp_rcv_fc() 406 so->txfc.stmin * 1000000); in isotp_rcv_fc() 409 (so->txfc.stmin in isotp_rcv_fc() [all...]