Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dif_ether.h141 #define ETH_P_CANXL 0x000E /* CANXL: eXtended frame Length */ macro
/Linux-v6.1/drivers/net/can/dev/
Dskb.c265 skb->protocol = htons(ETH_P_CANXL); in alloc_canxl_skb()
350 case ETH_P_CANXL: in can_dropped_invalid_skb()
/Linux-v6.1/net/can/
Daf_can.c206 skb->protocol = htons(ETH_P_CANXL); in can_send()
847 .type = cpu_to_be16(ETH_P_CANXL),