Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/dev/
Dskb.c50 skb->protocol != htons(ETH_P_CANFD))) { in can_put_echo_skb()
223 skb->protocol = htons(ETH_P_CANFD); in alloc_canfd_skb()
/linux-5.19.10/include/uapi/linux/
Dif_ether.h139 #define ETH_P_CANFD 0x000D /* CANFD: CAN flexible data rate*/ macro
/linux-5.19.10/include/linux/can/
Dskb.h139 } else if (skb->protocol == htons(ETH_P_CANFD)) { in can_dropped_invalid_skb()
/linux-5.19.10/net/can/
Daf_can.c211 skb->protocol = htons(ETH_P_CANFD); in can_send()
850 .type = cpu_to_be16(ETH_P_CANFD),