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

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

Completed in 331 milliseconds