Go to the documentation of this file.
64 #define get_can_dlc(i) (min_t(__u8, (i), CAN_MAX_DLC))
65 #define get_canfd_dlc(i) (min_t(__u8, (i), CANFD_MAX_DLC))
68 static inline int can_dropped_invalid_skb(
struct net_device *
dev,
88 dev->
stats.tx_dropped++;