Home
last modified time | relevance | path

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

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