Home
last modified time | relevance | path

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

/linux-3.4.99/net/can/
Daf_can.c236 if (skb->dev->type != ARPHRD_CAN) { in can_send()
435 if (dev && dev->type != ARPHRD_CAN) in can_rx_register()
501 if (dev && dev->type != ARPHRD_CAN) in can_rx_unregister()
645 if (WARN_ONCE(dev->type != ARPHRD_CAN || in can_rcv()
762 if (dev->type != ARPHRD_CAN) in can_notifier()
870 if (dev->type == ARPHRD_CAN && dev->ml_priv){ in can_exit()
Dproc.c373 if (dev->type == ARPHRD_CAN && dev->ml_priv) in can_rcvlist_proc_show()
436 if (dev->type == ARPHRD_CAN && dev->ml_priv) in can_rcvlist_sff_proc_show()
Draw.c241 if (dev->type != ARPHRD_CAN) in raw_notifier()
372 if (dev->type != ARPHRD_CAN) { in raw_bind()
Dgw.c424 if (dev->type != ARPHRD_CAN) in cgw_notifier()
814 if (gwj->src.dev->type != ARPHRD_CAN || gwj->src.dev->header_ops) in cgw_create_job()
823 if (gwj->dst.dev->type != ARPHRD_CAN || gwj->dst.dev->header_ops) in cgw_create_job()
Dbcm.c1272 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()
1358 if (dev->type != ARPHRD_CAN) in bcm_notifier()
1512 if (dev->type != ARPHRD_CAN) { in bcm_connect()
/linux-3.4.99/include/linux/
Dif_arp.h55 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
/linux-3.4.99/drivers/net/can/
Dvcan.c142 dev->type = ARPHRD_CAN; in vcan_setup()
Dslcan.c385 dev->type = ARPHRD_CAN; in slc_setup()
Ddev.c456 dev->type = ARPHRD_CAN; in can_setup()
/linux-3.4.99/Documentation/networking/
Dcan.txt573 dev->type = ARPHRD_CAN; /* the netdevice hardware type */