Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/dev/
Dskb.c56 (skb->protocol != htons(ETH_P_CAN) && in can_put_echo_skb()
215 skb->protocol = htons(ETH_P_CAN); in alloc_can_skb()
340 case ETH_P_CAN: in can_dropped_invalid_skb()
/linux-6.1.9/include/uapi/linux/
Dif_ether.h139 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/linux-6.1.9/net/can/
Daf_can.c208 skb->protocol = htons(ETH_P_CAN); in can_send()
837 .type = cpu_to_be16(ETH_P_CAN),
/linux-6.1.9/drivers/net/can/
Djanz-ican3.c1309 skb->protocol = htons(ETH_P_CAN); in ican3_get_echo_skb()