can_rx_offload_cb
const struct can_rx_offload_cb *cb_a, *cb_b;
struct can_rx_offload_cb *cb;
static inline struct can_rx_offload_cb *
BUILD_BUG_ON(sizeof(struct can_rx_offload_cb) > sizeof(skb->cb));
return (struct can_rx_offload_cb *)skb->cb;
struct can_rx_offload_cb *cb;
const struct can_rx_offload_cb *cb_pos, *cb_new;