Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/
Drx-offload.c21 struct can_rx_offload_cb { struct
25 static inline struct can_rx_offload_cb *can_rx_offload_get_cb(struct sk_buff *skb) in can_rx_offload_get_cb() argument
27 BUILD_BUG_ON(sizeof(struct can_rx_offload_cb) > sizeof(skb->cb)); in can_rx_offload_get_cb()
29 return (struct can_rx_offload_cb *)skb->cb; in can_rx_offload_get_cb()
85 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()
122 struct can_rx_offload_cb *cb; in can_rx_offload_offload_one()