Searched refs:CAN_MTU (Results 1 – 5 of 5) sorted by relevance
54 #define CAN_MTU (sizeof(struct can_frame)) macro91 {N_SLCAN, "N_SLCAN", CAN_MTU},384 plen = CAN_MTU; in read_netdev()
164 #define CAN_ISOTP_DEFAULT_LL_MTU CAN_MTU
150 #define CAN_MTU (sizeof(struct can_frame)) macro
216 #define CAN_MTU (sizeof(struct can_frame)) macro
3521 pub const CAN_MTU: usize = ::mem::size_of::<can_frame>(); constant