Home
last modified time | relevance | path

Searched refs:can_send (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/can/
H A Dcore.h60 extern int can_send(struct sk_buff *skb, int loop);
/openbmc/linux/net/can/
H A Daf_can.c199 int can_send(struct sk_buff *skb, int loop) in can_send() function
298 EXPORT_SYMBOL(can_send);
H A Disotp.c258 can_send_ret = can_send(nskb, 1); in isotp_send_fc()
806 can_send_ret = can_send(skb, 1); in isotp_send_cframe()
1085 err = can_send(skb, 1); in isotp_sendmsg()
H A Dbcm.c302 err = can_send(skb, 1); in bcm_can_tx()
1282 err = can_send(skb, 1); /* send with loopback */ in bcm_tx_send()
H A Draw.c890 err = can_send(skb, ro->loopback); in raw_sendmsg()
H A Dgw.c561 if (can_send(nskb, gwj->flags & CGW_FLAGS_CAN_ECHO)) in can_can_gw_rcv()
/openbmc/linux/Documentation/networking/
H A Dcan.rst1082 can_send - transmit a CAN frame (optional with local loopback)