Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h131 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/Linux-v4.19/include/linux/can/
Ddev.h100 if (skb->protocol == htons(ETH_P_CAN)) { in can_dropped_invalid_skb()
/Linux-v4.19/net/can/
Daf_can.c224 skb->protocol = htons(ETH_P_CAN); in can_send()
934 .type = cpu_to_be16(ETH_P_CAN),
/Linux-v4.19/drivers/net/can/
Ddev.c453 (skb->protocol != htons(ETH_P_CAN) && in can_put_echo_skb()
640 skb->protocol = htons(ETH_P_CAN); in alloc_can_skb()
Dslcan.c211 skb->protocol = htons(ETH_P_CAN); in slc_bump()
Djanz-ican3.c1309 skb->protocol = htons(ETH_P_CAN); in ican3_get_echo_skb()