Home
last modified time | relevance | path

Searched refs:can_rx_offload_cb (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/can/dev/
Drx-offload.c11 struct can_rx_offload_cb { struct
15 static inline struct can_rx_offload_cb * argument
18 BUILD_BUG_ON(sizeof(struct can_rx_offload_cb) > sizeof(skb->cb)); in can_rx_offload_get_cb()
20 return (struct can_rx_offload_cb *)skb->cb; in can_rx_offload_get_cb()
83 const struct can_rx_offload_cb *cb_pos, *cb_new; in __skb_queue_add_sort()
108 const struct can_rx_offload_cb *cb_a, *cb_b; in can_rx_offload_compare()
144 struct can_rx_offload_cb *cb; in can_rx_offload_offload_one()
225 struct can_rx_offload_cb *cb; in can_rx_offload_queue_timestamp()