Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/dev/
Dskb.c57 skb->protocol != htons(ETH_P_CANFD))) { in can_put_echo_skb()
238 skb->protocol = htons(ETH_P_CANFD); in alloc_canfd_skb()
345 case ETH_P_CANFD: in can_dropped_invalid_skb()
/linux-6.1.9/include/uapi/linux/
Dif_ether.h140 #define ETH_P_CANFD 0x000D /* CANFD: CAN flexible data rate*/ macro
/linux-6.1.9/net/can/
Daf_can.c212 skb->protocol = htons(ETH_P_CANFD); in can_send()
842 .type = cpu_to_be16(ETH_P_CANFD),