Home
last modified time | relevance | path

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

/linux/net/can/
H A Daf_can.c202 int can_send(struct sk_buff *skb, int loop) in can_send() function
301 EXPORT_SYMBOL(can_send);
H A Disotp.c264 can_send_ret = can_send(nskb, 1); in isotp_send_fc()
821 can_send_ret = can_send(skb, 1); in isotp_send_cframe()
1107 err = can_send(skb, 1); in isotp_sendmsg()
H A Dbcm.c332 err = can_send(skb, 1); in bcm_can_tx()
1360 err = can_send(skb, 1); /* send with loopback */ in bcm_tx_send()
H A Dgw.c569 if (can_send(nskb, gwj->flags & CGW_FLAGS_CAN_ECHO)) in can_can_gw_rcv()
/linux/net/can/j1939/
H A Dmain.c353 return can_send(skb, 1); in j1939_send_one()
/linux/Documentation/networking/
H A Dcan.rst1084 can_send - transmit a CAN frame (optional with local loopback)