Home
last modified time | relevance | path

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

/Linux-v5.10/net/can/
Daf_can.c227 if (unlikely(skb->dev->type != ARPHRD_CAN)) { in can_send()
454 if (dev && dev->type != ARPHRD_CAN) in can_rx_register()
521 if (dev && dev->type != ARPHRD_CAN) in can_rx_unregister()
683 if (unlikely(dev->type != ARPHRD_CAN || skb->len != CAN_MTU)) { in can_rcv()
709 if (unlikely(dev->type != ARPHRD_CAN || skb->len != CANFD_MTU)) { in canfd_rcv()
799 if (dev->type != ARPHRD_CAN) in can_notifier()
Dproc.c325 if (dev->type == ARPHRD_CAN && dev->ml_priv) in can_rcvlist_proc_show()
378 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_rcvlist_sff_proc_show()
409 if (dev->type == ARPHRD_CAN && dev->ml_priv) { in can_rcvlist_eff_proc_show()
Draw.c274 if (dev->type != ARPHRD_CAN) in raw_notifier()
415 if (dev->type != ARPHRD_CAN) { in raw_bind()
Dbcm.c1311 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()
1391 if (dev->type != ARPHRD_CAN) in bcm_notifier()
1556 if (dev->type != ARPHRD_CAN) { in bcm_connect()
Dgw.c524 if (dev->type != ARPHRD_CAN) in cgw_notifier()
1062 if (gwj->src.dev->type != ARPHRD_CAN) in cgw_create_job()
1070 if (gwj->dst.dev->type != ARPHRD_CAN) in cgw_create_job()
Disotp.c1081 if (dev->type != ARPHRD_CAN) { in isotp_bind()
1295 if (dev->type != ARPHRD_CAN) in isotp_notifier()
/Linux-v5.10/include/uapi/linux/
Dif_arp.h56 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
/Linux-v5.10/net/can/j1939/
Dmain.c228 if (ndev->type != ARPHRD_CAN) in j1939_priv_get_by_ndev_locked()
357 if (ndev->type != ARPHRD_CAN) in j1939_netdev_notify()
Dsocket.c464 if (ndev->type != ARPHRD_CAN) { in j1939_sk_bind()
/Linux-v5.10/drivers/net/can/
Dvcan.c150 dev->type = ARPHRD_CAN; in vcan_setup()
Dvxcan.c142 dev->type = ARPHRD_CAN; in vxcan_setup()
Ddev.c665 dev->type = ARPHRD_CAN; in can_setup()
1309 if (dev->type != ARPHRD_CAN || dev->rtnl_link_ops != &can_link_ops) in safe_candev_priv()
Dslcan.c449 dev->type = ARPHRD_CAN; in slc_setup()
/Linux-v5.10/net/sched/
Dsch_generic.c1025 else if(dev->type == ARPHRD_CAN) in attach_one_default_qdisc()
/Linux-v5.10/Documentation/networking/
Dcan.rst1070 dev->type = ARPHRD_CAN; /* the netdevice hardware type */