Home
last modified time | relevance | path

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

/linux/include/linux/can/
H A Dcore.h60 extern int can_send(struct sk_buff *skb, int loop);
/linux/net/can/
H A Daf_can.c187 * can_send - transmit a CAN frame (optional with local loopback)
202 int can_send(struct sk_buff *skb, int loop) in can_send() function
301 EXPORT_SYMBOL(can_send);
H A Disotp.c259 can_send_ret = can_send(nskb, 1); in isotp_send_fc()
809 can_send_ret = can_send(skb, 1); in isotp_send_cframe()
1088 err = can_send(skb, 1); in isotp_sendmsg()
H A Dbcm.c326 err = can_send(skb, 1); in bcm_can_tx()
1350 err = can_send(skb, 1); /* send with loopback */ in bcm_tx_send()
H A Draw.c975 err = can_send(skb, ro->loopback); in raw_sendmsg()
H A Dgw.c563 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)