Home
last modified time | relevance | path

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

/linux-4.1.27/net/can/
Daf_can.c254 if (unlikely(skb->dev->type != ARPHRD_CAN)) { in can_send()
480 if (dev && dev->type != ARPHRD_CAN) in can_rx_register()
545 if (dev && dev->type != ARPHRD_CAN) in can_rx_unregister()
717 if (WARN_ONCE(dev->type != ARPHRD_CAN || in can_rcv()
741 if (WARN_ONCE(dev->type != ARPHRD_CAN || in canfd_rcv()
833 if (dev->type != ARPHRD_CAN) in can_notifier()
950 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_exit()
Dproc.c368 if (dev->type == ARPHRD_CAN && dev->ml_priv) in can_rcvlist_proc_show()
432 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_rcvlist_sff_proc_show()
475 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_rcvlist_eff_proc_show()
Dgw.c460 if (dev->type != ARPHRD_CAN) in cgw_notifier()
848 if (gwj->src.dev->type != ARPHRD_CAN) in cgw_create_job()
856 if (gwj->dst.dev->type != ARPHRD_CAN) in cgw_create_job()
Draw.c273 if (dev->type != ARPHRD_CAN) in raw_notifier()
412 if (dev->type != ARPHRD_CAN) { in raw_bind()
Dbcm.c1273 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()
1359 if (dev->type != ARPHRD_CAN) in bcm_notifier()
1513 if (dev->type != ARPHRD_CAN) { in bcm_connect()
/linux-4.1.27/include/uapi/linux/
Dif_arp.h55 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
/linux-4.1.27/drivers/net/can/
Dvcan.c151 dev->type = ARPHRD_CAN; in vcan_setup()
Ddev.c558 dev->type = ARPHRD_CAN; in can_setup()
1050 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-4.1.27/Documentation/networking/
Dcan.txt929 dev->type = ARPHRD_CAN; /* the netdevice hardware type */