msg_data           86 block/blktrace.c 	buf = per_cpu_ptr(bt->msg_data, smp_processor_id());
msg_data          238 block/blktrace.c 	free_percpu(bt->msg_data);
msg_data          392 block/blktrace.c 	bt->msg_data = __alloc_percpu(BLK_TN_MAX_MSG);
msg_data          393 block/blktrace.c 	if (!bt->msg_data)
msg_data          448 block/blktrace.c 		free_percpu(bt->msg_data);
msg_data          146 include/linux/blktrace_api.h 	unsigned char *msg_data;
msg_data          261 include/linux/ipmi.h 	unsigned char   msg_data[IPMI_MAX_MSG_LENGTH];
msg_data          475 net/tipc/link.c 	strcpy((char *)msg_data(msg), if_name);
msg_data         2279 net/tipc/link.c 		strcpy((strrchr(l_ptr->name, ':') + 1), (char *)msg_data(msg));
msg_data         2798 net/tipc/link.c 		struct tipc_msg *imsg = (struct tipc_msg *)msg_data(fragm);
msg_data         2832 net/tipc/link.c 					       msg_data(fragm), dsz);
msg_data          161 net/tipc/msg.c 				tipc_printf(buf, "BEAR:%s:",msg_data(msg));
msg_data          344 net/tipc/msg.h 	return (struct tipc_msg *)msg_data(m);
msg_data          670 net/tipc/msg.h 	msg_data(m)[pos + 4] = 1;
msg_data          130 net/tipc/name_distr.c 	item = (struct distr_item *)msg_data(buf_msg(buf));
msg_data          154 net/tipc/name_distr.c 	item = (struct distr_item *)msg_data(buf_msg(buf));
msg_data          187 net/tipc/name_distr.c 			item = (struct distr_item *)msg_data(buf_msg(buf));
msg_data          247 net/tipc/name_distr.c 	struct distr_item *item = (struct distr_item *)msg_data(msg);
msg_data          456 net/tipc/port.c 	skb_copy_to_linear_data_offset(rbuf, hdr_sz, msg_data(msg), data_sz);
msg_data          851 net/tipc/port.c 				cb(usr_handle, dref, &buf, msg_data(msg),
msg_data          862 net/tipc/port.c 				cb(usr_handle, dref, &buf, msg_data(msg),
msg_data          879 net/tipc/port.c 				cb(usr_handle, dref, &buf, msg_data(msg),
msg_data          906 net/tipc/port.c 				cb(usr_handle, dref, &buf, msg_data(msg),
msg_data          917 net/tipc/port.c 				cb(usr_handle, dref, &buf, msg_data(msg),
msg_data          934 net/tipc/port.c 				cb(usr_handle, dref, &buf, msg_data(msg),
msg_data          302 net/tipc/socket.c 		if (TIPC_SKB_CB(buf)->handle != msg_data(buf_msg(buf)))
msg_data          843 net/tipc/socket.c 				    msg_data(msg))))
msg_data          979 net/tipc/socket.c 		if (unlikely(copy_to_user(m->msg_iov->iov_base, msg_data(msg),
msg_data         1263 net/tipc/socket.c 	TIPC_SKB_CB(buf)->handle = msg_data(msg);
msg_data         1614 net/tipc/socket.c 			if (TIPC_SKB_CB(buf)->handle != msg_data(buf_msg(buf))) {