Home
last modified time | relevance | path

Searched refs:memcpy_from_msg (Results 1 – 23 of 23) sorted by relevance

/linux/net/can/
H A Dbcm.c960 err = memcpy_from_msg((u8 *)cf, msg, op->cfsiz); in bcm_tx_setup()
1032 err = memcpy_from_msg((u8 *)cf, msg, op->cfsiz); in bcm_tx_setup()
1152 err = memcpy_from_msg(op->frames, msg, in bcm_rx_setup()
1204 err = memcpy_from_msg(op->frames, msg, in bcm_rx_setup()
1334 err = memcpy_from_msg(skb_put(skb, cfsiz), msg, cfsiz); in bcm_tx_send()
1379 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ); in bcm_sendmsg()
H A Draw.c964 err = memcpy_from_msg(skb_put(skb, size), msg, size); in raw_sendmsg()
/linux/net/phonet/
H A Ddatagram.c95 err = memcpy_from_msg((void *)skb_put(skb, len), msg, len); in pn_sendmsg()
/linux/crypto/
H A Dalgif_rng.c152 err = memcpy_from_msg(ctx->addtl, msg, len); in rng_test_sendmsg()
/linux/net/nfc/
H A Dllcp_commands.c683 if (memcpy_from_msg(msg_data, msg, len)) { in nfc_llcp_send_i_frame()
749 if (memcpy_from_msg(msg_data, msg, len)) { in nfc_llcp_send_ui_frame()
H A Drawsock.c224 rc = memcpy_from_msg(skb_put(skb, len), msg, len); in rawsock_sendmsg()
/linux/net/caif/
H A Dcaif_socket.c566 ret = memcpy_from_msg(skb_put(skb, len), msg, len); in caif_seqpkt_sendmsg()
641 err = memcpy_from_msg(skb_put(skb, size), msg, size); in caif_stream_sendmsg()
/linux/net/vmw_vsock/
H A Dhyperv_transport.c675 ret = memcpy_from_msg(send_buf->data, msg, to_write); in hvs_stream_enqueue()
H A Dvmci_transport.c1714 err = memcpy_from_msg(VMCI_DG_PAYLOAD(dg), msg, len); in vmci_transport_dgram_enqueue()
/linux/net/mctp/
H A Daf_mctp.c262 rc = memcpy_from_msg((void *)skb_put(skb, len), msg, len); in mctp_sendmsg()
/linux/net/dccp/
H A Dproto.c
/linux/net/qrtr/
H A Daf_qrtr.c974 rc = memcpy_from_msg(skb_put(skb, len), msg, len); in qrtr_sendmsg()
/linux/net/llc/
H A Daf_llc.c983 rc = memcpy_from_msg(skb_put(skb, copied), msg, copied); in llc_ui_sendmsg()
/linux/net/ipv4/
H A Dping.c669 if (memcpy_from_msg(user_icmph, msg, icmph_len)) in ping_common_sendmsg()
/linux/net/netrom/
H A Daf_netrom.c1131 if (memcpy_from_msg(skb_transport_header(skb), msg, len)) { in nr_sendmsg()
/linux/net/can/j1939/
H A Dsocket.c903 ret = memcpy_from_msg(skb_put(skb, size), msg, size); in j1939_sk_alloc_skb()
/linux/net/l2tp/
H A Dl2tp_ppp.c295 error = memcpy_from_msg(skb_put(skb, total_len), m, total_len); in pppol2tp_sendmsg()
/linux/net/x25/
H A Daf_x25.c1195 rc = memcpy_from_msg(skb_transport_header(skb), msg, len); in x25_sendmsg()
/linux/net/rose/
H A Daf_rose.c1185 err = memcpy_from_msg(skb_transport_header(skb), msg, len); in rose_sendmsg()
/linux/net/appletalk/
H A Dddp.c1661 err = memcpy_from_msg(skb_put(skb, len), msg, len); in atalk_sendmsg()
/linux/net/ax25/
H A Daf_ax25.c1618 if (memcpy_from_msg(skb_put(skb, len), msg, len)) { in ax25_sendmsg()
/linux/include/linux/
H A Dskbuff.h4270 static inline int memcpy_from_msg(void *data, struct msghdr *msg, int len) in memcpy_from_msg() function
/linux/net/key/
H A Daf_key.c3691 if (memcpy_from_msg(skb_put(skb,len), msg, len)) in pfkey_sendmsg()