Home
last modified time | relevance | path

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

/net/nfc/
Dllcp_commands.c660 u8 *msg_data, *msg_ptr; in nfc_llcp_send_i_frame() local
686 msg_data = kzalloc(len, GFP_KERNEL); in nfc_llcp_send_i_frame()
687 if (msg_data == NULL) in nfc_llcp_send_i_frame()
690 if (memcpy_fromiovec(msg_data, msg->msg_iov, len)) { in nfc_llcp_send_i_frame()
691 kfree(msg_data); in nfc_llcp_send_i_frame()
696 msg_ptr = msg_data; in nfc_llcp_send_i_frame()
729 kfree(msg_data); in nfc_llcp_send_i_frame()
740 u8 *msg_ptr, *msg_data; in nfc_llcp_send_ui_frame() local
750 msg_data = kzalloc(len, GFP_KERNEL); in nfc_llcp_send_ui_frame()
751 if (msg_data == NULL) in nfc_llcp_send_ui_frame()
[all …]
/net/tipc/
Dname_distr.c168 item = (struct distr_item *)msg_data(buf_msg(buf)); in tipc_named_publish()
193 item = (struct distr_item *)msg_data(buf_msg(buf)); in tipc_named_withdraw()
219 item = (struct distr_item *)msg_data(buf_msg(buf)); in named_distribute()
302 struct distr_item *item = (struct distr_item *)msg_data(msg); in tipc_named_recv()
Dport.c740 cb(usr_handle, dref, &buf, msg_data(msg), dsz); in port_dispatcher_sigh()
750 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh()
767 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh()
789 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh()
800 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh()
817 cb(usr_handle, dref, &buf, msg_data(msg), in port_dispatcher_sigh()
Dmsg.h419 static inline unchar *msg_data(struct tipc_msg *m) in msg_data() function
426 return (struct tipc_msg *)msg_data(m); in msg_get_wrapped()
Dlink.c346 strcpy((char *)msg_data(msg), if_name); in tipc_link_create()
2051 strcpy((strrchr(l_ptr->name, ':') + 1), (char *)msg_data(msg)); in link_recv_proto_msg()
2524 struct tipc_msg *imsg = (struct tipc_msg *)msg_data(fragm); in tipc_link_recv_fragment()
2560 msg_data(fragm), dsz); in tipc_link_recv_fragment()
Dsocket.c834 msg_data(msg)); in anc_data_recv()