Lines Matching defs:mhdr
361 * @mhdr: Message header, to be prepended to data
372 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset,
375 int mhsz = msg_hdr_sz(mhdr);
386 msg_set_size(mhdr, msz);
396 rc = tipc_msg_build(mhdr, m, offset, dsz,
406 skb_copy_to_linear_data(skb, mhdr, mhsz);
415 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER,
416 FIRST_FRAGMENT, INT_H_SIZE, msg_destnode(mhdr));
419 msg_set_importance(&pkthdr, msg_importance(mhdr));
431 skb_copy_to_linear_data_offset(skb, INT_H_SIZE, mhdr, mhsz);