Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_ether.h131 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h134 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_ether.h131 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/OK3568_Linux_fs/kernel/include/linux/can/
H A Ddev.h146 if (skb->protocol == htons(ETH_P_CAN)) { in can_dropped_invalid_skb()
/OK3568_Linux_fs/kernel/net/can/
H A Daf_can.c207 skb->protocol = htons(ETH_P_CAN); in can_send()
845 .type = cpu_to_be16(ETH_P_CAN),
/OK3568_Linux_fs/kernel/drivers/net/can/dev/
H A Ddev.c469 (skb->protocol != htons(ETH_P_CAN) && in can_put_echo_skb()
685 skb->protocol = htons(ETH_P_CAN); in alloc_can_skb()
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dslcan.c210 skb->protocol = htons(ETH_P_CAN); in slc_bump()
H A Djanz-ican3.c1305 skb->protocol = htons(ETH_P_CAN); in ican3_get_echo_skb()