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()
257 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment()
261 struct tipc_msg *_hdr; in tipc_msg_fragment()
318 int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, in tipc_msg_build()
322 struct tipc_msg pkthdr; in tipc_msg_build()
429 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
431 struct tipc_msg *bmsg; in tipc_msg_bundle()
478 struct tipc_msg *hdr, *ihdr; in tipc_msg_extract()
489 ihdr = (struct tipc_msg *)(msg_data(hdr) + *pos); in tipc_msg_extract()
521 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
525 struct tipc_msg *bmsg; in tipc_msg_make_bundle()
566 struct tipc_msg *_hdr, *hdr; in tipc_msg_reverse()
640 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest()