Searched refs:can_rx_offload_cb (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/can/dev/
H A Drx-offload.c11 struct can_rx_offload_cb { struct
15 static inline struct can_rx_offload_cb *
18 BUILD_BUG_ON(sizeof(struct can_rx_offload_cb) > sizeof(skb->cb));
20 return (struct can_rx_offload_cb *)skb->cb;
83 const struct can_rx_offload_cb *cb_pos, *cb_new;
108 const struct can_rx_offload_cb *cb_a, *cb_b;
144 struct can_rx_offload_cb *cb;
225 struct can_rx_offload_cb *cb;

Completed in 252 milliseconds