Lines Matching defs:mhdr
356 * @mhdr: Message header, to be prepended to data
368 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset,
371 int mhsz = msg_hdr_sz(mhdr);
382 msg_set_size(mhdr, msz);
392 rc = tipc_msg_build(mhdr, m, offset, dsz,
402 skb_copy_to_linear_data(skb, mhdr, mhsz);
411 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER,
412 FIRST_FRAGMENT, INT_H_SIZE, msg_destnode(mhdr));
415 msg_set_importance(&pkthdr, msg_importance(mhdr));
427 skb_copy_to_linear_data_offset(skb, INT_H_SIZE, mhdr, mhsz);