Lines Matching refs:tipc_msg
83 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init()
103 struct tipc_msg *msg; in tipc_msg_create()
135 struct tipc_msg *msg; in tipc_buf_append()
206 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append()
212 struct tipc_msg *hdr; in tipc_msg_append()
260 struct tipc_msg *hdr; in tipc_msg_validate()
311 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment()
315 struct tipc_msg *_hdr; in tipc_msg_fragment()
372 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build()
376 struct tipc_msg pkthdr; in tipc_msg_build()
484 static bool tipc_msg_bundle(struct sk_buff *bskb, struct tipc_msg *msg, in tipc_msg_bundle()
487 struct tipc_msg *bmsg = buf_msg(bskb); in tipc_msg_bundle()
523 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle()
583 struct tipc_msg *hdr, *ihdr; in tipc_msg_extract()
594 ihdr = (struct tipc_msg *)(msg_data(hdr) + *pos); in tipc_msg_extract()
628 struct tipc_msg *_hdr, *hdr; in tipc_msg_reverse()
702 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest()