Lines Matching refs:tipc_msg
75 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init()
95 struct tipc_msg *msg; in tipc_msg_create()
127 struct tipc_msg *msg; in tipc_buf_append()
207 struct tipc_msg *hdr; in tipc_msg_validate()
259 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build()
263 struct tipc_msg pkthdr; in tipc_msg_build()
370 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
372 struct tipc_msg *bmsg; in tipc_msg_bundle()
419 struct tipc_msg *hdr, *ihdr; in tipc_msg_extract()
430 ihdr = (struct tipc_msg *)(msg_data(hdr) + *pos); in tipc_msg_extract()
462 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
466 struct tipc_msg *bmsg; in tipc_msg_make_bundle()
510 struct tipc_msg *hdr; in tipc_msg_reverse()
511 struct tipc_msg ohdr; in tipc_msg_reverse()
566 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest()