Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h117 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/linux-4.4.14/include/linux/can/
Ddev.h89 if (skb->protocol == htons(ETH_P_CAN)) { in can_dropped_invalid_skb()
/linux-4.4.14/net/can/
Daf_can.c234 skb->protocol = htons(ETH_P_CAN); in can_send()
877 .type = cpu_to_be16(ETH_P_CAN),
/linux-4.4.14/drivers/net/can/
Ddev.c398 (skb->protocol != htons(ETH_P_CAN) && in can_put_echo_skb()
578 skb->protocol = htons(ETH_P_CAN); in alloc_can_skb()
Dslcan.c211 skb->protocol = htons(ETH_P_CAN); in slc_bump()
Djanz-ican3.c1223 skb->protocol = htons(ETH_P_CAN); in ican3_get_echo_skb()