Lines Matching refs:mhdr
372 * @mhdr: Message header, to be prepended to data
384 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset,
387 int mhsz = msg_hdr_sz(mhdr);
398 msg_set_size(mhdr, msz);
408 rc = tipc_msg_build(mhdr, m, offset, dsz,
418 skb_copy_to_linear_data(skb, mhdr, mhsz);
427 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER,
428 FIRST_FRAGMENT, INT_H_SIZE, msg_destnode(mhdr));
431 msg_set_importance(&pkthdr, msg_importance(mhdr));
443 skb_copy_to_linear_data_offset(skb, INT_H_SIZE, mhdr, mhsz);