Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dif_ether.h108 #define ETH_P_CAN 0x000C /* Controller Area Network */ macro
/linux-3.4.99/drivers/net/can/
Dvcan.c79 skb->protocol = htons(ETH_P_CAN); in vcan_rx()
Ddev.c307 skb->protocol = htons(ETH_P_CAN); in can_put_echo_skb()
475 skb->protocol = htons(ETH_P_CAN); in alloc_can_skb()
Dslcan.c192 skb->protocol = htons(ETH_P_CAN); in slc_bump()
/linux-3.4.99/net/can/
Daf_can.c246 skb->protocol = htons(ETH_P_CAN); in can_send()
809 .type = cpu_to_be16(ETH_P_CAN),