Searched refs:ARPHRD_CAN (Results 1 – 11 of 11) sorted by relevance
229 if (unlikely(skb->dev->type != ARPHRD_CAN)) { in can_send()455 if (dev && (dev->type != ARPHRD_CAN || !can_get_ml_priv(dev))) in can_rx_register()522 if (dev && dev->type != ARPHRD_CAN) in can_rx_unregister()690 if (unlikely(dev->type != ARPHRD_CAN || !can_get_ml_priv(dev) || in can_rcv()706 if (unlikely(dev->type != ARPHRD_CAN || !can_get_ml_priv(dev) || in canfd_rcv()722 if (unlikely(dev->type != ARPHRD_CAN || !can_get_ml_priv(dev) || in canxl_rcv()
612 if (dev->type != ARPHRD_CAN) in cgw_notifier()1163 if (gwj->src.dev->type != ARPHRD_CAN) in cgw_create_job()1171 if (gwj->dst.dev->type != ARPHRD_CAN) in cgw_create_job()
346 if (dev->type != ARPHRD_CAN) in raw_notifier()480 if (dev->type != ARPHRD_CAN) { in raw_bind()
1420 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()1544 if (dev->type != ARPHRD_CAN) in bcm_notifier()1699 if (dev->type != ARPHRD_CAN) { in bcm_connect()
1323 if (dev->type != ARPHRD_CAN) { in isotp_bind()1601 if (dev->type != ARPHRD_CAN) in isotp_notifier()
56 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
172 dev->type = ARPHRD_CAN; in vcan_setup()
185 dev->type = ARPHRD_CAN; in vxcan_setup()
284 dev->type = ARPHRD_CAN; in can_setup()664 if (dev->type != ARPHRD_CAN || dev->rtnl_link_ops != &can_link_ops) in safe_candev_priv()
1169 else if(dev->type == ARPHRD_CAN) in attach_one_default_qdisc()
487 ARPHRD_CAN, ARPHRD_MCTP,