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()
205 int tipc_msg_append(struct tipc_msg *_hdr, struct msghdr *m, int dlen, in tipc_msg_append()
211 struct tipc_msg *hdr; in tipc_msg_append()
259 struct tipc_msg *hdr; in tipc_msg_validate()
310 int tipc_msg_fragment(struct sk_buff *skb, const struct tipc_msg *hdr, in tipc_msg_fragment()
314 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()
703 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest()