Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/can/
Dskb.h34 struct canxl_frame **cxl,
122 const struct canxl_frame *cxl = (struct canxl_frame *)skb->data; in can_is_canxl_skb()
137 const struct canxl_frame *cxl = (struct canxl_frame *)skb->data; in can_skb_get_len_val()
/Linux-v6.6/include/uapi/linux/
Dcan.h207 struct canxl_frame { struct
218 #define CANXL_MTU (sizeof(struct canxl_frame)) argument
219 #define CANXL_HDR_SIZE (offsetof(struct canxl_frame, data))
/Linux-v6.6/drivers/net/can/dev/
Dskb.c253 struct canxl_frame **cxl, in alloc_canxl_skb()