Home
last modified time | relevance | path

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

/Linux-v5.15/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()
Draw.c314 if (dev->type != ARPHRD_CAN) in raw_notifier()
444 if (dev->type != ARPHRD_CAN) { in raw_bind()
Dbcm.c1321 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()
1439 if (dev->type != ARPHRD_CAN) in bcm_notifier()
1593 if (dev->type != ARPHRD_CAN) { in bcm_connect()
Dgw.c586 if (dev->type != ARPHRD_CAN) in cgw_notifier()
1125 if (gwj->src.dev->type != ARPHRD_CAN) in cgw_create_job()
1133 if (gwj->dst.dev->type != ARPHRD_CAN) in cgw_create_job()
Disotp.c1135 if (dev->type != ARPHRD_CAN) { in isotp_bind()
1397 if (dev->type != ARPHRD_CAN) in isotp_notifier()
/Linux-v5.15/include/uapi/linux/
Dif_arp.h56 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
/Linux-v5.15/drivers/net/can/
Dvcan.c150 dev->type = ARPHRD_CAN; in vcan_setup()
Dvxcan.c146 dev->type = ARPHRD_CAN; in vxcan_setup()
Dslcan.c449 dev->type = ARPHRD_CAN; in slc_setup()
/Linux-v5.15/drivers/net/can/dev/
Ddev.c228 dev->type = ARPHRD_CAN; in can_setup()
507 if (dev->type != ARPHRD_CAN || dev->rtnl_link_ops != &can_link_ops) in safe_candev_priv()
/Linux-v5.15/net/sched/
Dsch_generic.c1095 else if(dev->type == ARPHRD_CAN) in attach_one_default_qdisc()
/Linux-v5.15/Documentation/networking/
Dcan.rst1107 dev->type = ARPHRD_CAN; /* the netdevice hardware type */