Home
last modified time | relevance | path

Searched refs:ARPHRD_CAN (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/net/can/
Daf_can.c244 if (unlikely(skb->dev->type != ARPHRD_CAN)) { in can_send()
473 if (dev && dev->type != ARPHRD_CAN) in can_rx_register()
547 if (dev && dev->type != ARPHRD_CAN) in can_rx_unregister()
724 if (unlikely(dev->type != ARPHRD_CAN || skb->len != CAN_MTU || in can_rcv()
741 if (unlikely(dev->type != ARPHRD_CAN || skb->len != CANFD_MTU || in canfd_rcv()
826 if (dev->type != ARPHRD_CAN) in can_notifier()
914 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_pernet_exit()
Dproc.c330 if (dev->type == ARPHRD_CAN && dev->ml_priv) in can_rcvlist_proc_show()
382 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_rcvlist_sff_proc_show()
412 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_rcvlist_eff_proc_show()
Dgw.c458 if (dev->type != ARPHRD_CAN) in cgw_notifier()
887 if (gwj->src.dev->type != ARPHRD_CAN) in cgw_create_job()
895 if (gwj->dst.dev->type != ARPHRD_CAN) in cgw_create_job()
Draw.c279 if (dev->type != ARPHRD_CAN) in raw_notifier()
420 if (dev->type != ARPHRD_CAN) { in raw_bind()
Dbcm.c1337 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()
1417 if (dev->type != ARPHRD_CAN) in bcm_notifier()
1582 if (dev->type != ARPHRD_CAN) { in bcm_connect()
/Linux-v4.19/include/uapi/linux/
Dif_arp.h56 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
/Linux-v4.19/drivers/net/can/
Dvcan.c154 dev->type = ARPHRD_CAN; in vcan_setup()
Dvxcan.c152 dev->type = ARPHRD_CAN; in vxcan_setup()
Ddev.c620 dev->type = ARPHRD_CAN; in can_setup()
1261 if ((dev->type != ARPHRD_CAN) || (dev->rtnl_link_ops != &can_link_ops)) in safe_candev_priv()
Dslcan.c446 dev->type = ARPHRD_CAN; in slc_setup()
/Linux-v4.19/Documentation/networking/
Dcan.rst1070 dev->type = ARPHRD_CAN; /* the netdevice hardware type */