Lines Matching refs:tipc_msg
81 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init()
101 struct tipc_msg *msg; in tipc_msg_create()
129 struct tipc_msg *msg; in tipc_buf_append()
201 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append()
207 struct tipc_msg *hdr; in tipc_msg_append()
255 struct tipc_msg *hdr; in tipc_msg_validate()
306 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment()
310 struct tipc_msg *_hdr; in tipc_msg_fragment()
368 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build()
372 struct tipc_msg pkthdr; in tipc_msg_build()
480 static bool tipc_msg_bundle(struct sk_buff *bskb, struct tipc_msg *msg, in tipc_msg_bundle()
483 struct tipc_msg *bmsg = buf_msg(bskb); in tipc_msg_bundle()
519 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle()
579 struct tipc_msg *hdr, *ihdr; in tipc_msg_extract()
590 ihdr = (struct tipc_msg *)(msg_data(hdr) + *pos); in tipc_msg_extract()
624 struct tipc_msg *_hdr, *hdr; in tipc_msg_reverse()
699 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest()