Searched refs:CANXL_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance
224 #define CANXL_HDR_SIZE (offsetof(struct canxl_frame, data)) macro225 #define CANXL_MIN_MTU (CANXL_HDR_SIZE + 64)
124 if (skb->len < CANXL_HDR_SIZE + CANXL_MIN_DLEN || skb->len > CANXL_MTU) in can_is_canxl_skb()128 if (skb->len != CANXL_HDR_SIZE + cxl->len) in can_is_canxl_skb()
266 CANXL_HDR_SIZE + data_len); in alloc_canxl_skb()274 *cxl = skb_put_zero(skb, CANXL_HDR_SIZE + data_len); in alloc_canxl_skb()