Searched refs:bcm_tx_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/can/ |
H A D | bcm.c | 1242 * bcm_tx_send - send a single CAN frame to the CAN interface (for bcm_sendmsg) 1244 static int bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, in bcm_tx_send() function 1388 ret = bcm_tx_send(msg, ifindex, sk, cfsiz); in bcm_sendmsg()
|
/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 1247 * bcm_tx_send - send a single CAN frame to the CAN interface (for bcm_sendmsg) 1249 static int bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, in bcm_tx_send() function 1393 ret = bcm_tx_send(msg, ifindex, sk, cfsiz); in bcm_sendmsg()
|
Completed in 5 milliseconds