Home
last modified time | relevance | path

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

/linux/drivers/net/can/dev/
H A Dskb.c64 skb->protocol != htons(ETH_P_CANXL))) { in can_put_echo_skb()
299 skb->protocol = htons(ETH_P_CANXL); in alloc_canxl_skb()
386 case ETH_P_CANXL: in can_dropped_invalid_skb()
/linux/include/uapi/linux/
H A Dif_ether.h145 #define ETH_P_CANXL 0x000E /* CANXL: eXtended frame Length */ macro
/linux/net/can/
H A Daf_can.c209 skb->protocol = htons(ETH_P_CANXL); in can_send()
859 .type = cpu_to_be16(ETH_P_CANXL),