Home
last modified time | relevance | path

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

/linux/drivers/net/can/dev/
H A Dskb.c63 skb->protocol != htons(ETH_P_CANFD) && in can_put_echo_skb()
261 skb->protocol = htons(ETH_P_CANFD); in alloc_canfd_skb()
381 case ETH_P_CANFD: in can_dropped_invalid_skb()
/linux/include/uapi/linux/
H A Dif_ether.h144 #define ETH_P_CANFD 0x000D /* CANFD: CAN flexible data rate*/ macro
/linux/net/can/
H A Daf_can.c215 skb->protocol = htons(ETH_P_CANFD); in can_send()
854 .type = cpu_to_be16(ETH_P_CANFD),