Home
last modified time | relevance | path

Searched refs:can_send (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/linux/can/
H A Dcore.h60 extern int can_send(struct sk_buff *skb, int loop);
/kernel/linux/linux-6.6/include/linux/can/
H A Dcore.h60 extern int can_send(struct sk_buff *skb, int loop);
/kernel/linux/linux-5.10/net/can/
H A Daf_can.c184 * can_send - transmit a CAN frame (optional with local loopback)
199 int can_send(struct sk_buff *skb, int loop) in can_send() function
299 EXPORT_SYMBOL(can_send); variable
H A Disotp.c245 can_send_ret = can_send(nskb, 1); in isotp_send_fc()
783 can_send_ret = can_send(skb, 1); in isotp_send_cframe()
1052 err = can_send(skb, 1); in isotp_sendmsg()
H A Draw.c822 err = can_send(skb, ro->loopback); in raw_sendmsg()
H A Dbcm.c302 err = can_send(skb, 1); in bcm_can_tx()
1277 err = can_send(skb, 1); /* send with loopback */ in bcm_tx_send()
H A Dgw.c499 if (can_send(nskb, gwj->flags & CGW_FLAGS_CAN_ECHO)) in can_can_gw_rcv()
/kernel/linux/linux-6.6/net/can/
H A Daf_can.c184 * can_send - transmit a CAN frame (optional with local loopback)
199 int can_send(struct sk_buff *skb, int loop) in can_send() function
298 EXPORT_SYMBOL(can_send); variable
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 Draw.c890 err = can_send(skb, ro->loopback); in raw_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 Dgw.c561 if (can_send(nskb, gwj->flags & CGW_FLAGS_CAN_ECHO)) in can_can_gw_rcv()
/kernel/linux/linux-5.10/net/can/j1939/
H A Dmain.c353 return can_send(skb, 1); in j1939_send_one()
/kernel/linux/linux-6.6/net/can/j1939/
H A Dmain.c357 return can_send(skb, 1); in j1939_send_one()

Completed in 17 milliseconds