Searched refs:tipc_msg_init (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/net/tipc/ |
H A D | msg.c | 73 void tipc_msg_init(u32 own_node, struct tipc_msg *m, u32 user, u32 type, tipc_msg_init() function 101 tipc_msg_init(onode, msg, user, type, hdr_sz, dnode); tipc_msg_create() 276 tipc_msg_init(msg_prevnode(mhdr), &pkthdr, MSG_FRAGMENTER, tipc_msg_build() 455 tipc_msg_init(msg_prevnode(msg), bmsg, MSG_BUNDLER, 0, tipc_msg_make_bundle()
|
H A D | discover.c | 88 tipc_msg_init(tn->own_addr, msg, LINK_CONFIG, type, tipc_disc_init_msg()
|
H A D | name_distr.c | 80 tipc_msg_init(tn->own_addr, msg, NAME_DISTRIBUTOR, type, named_prepare_buf()
|
H A D | msg.h | 785 void tipc_msg_init(u32 own_addr, struct tipc_msg *m, u32 user, u32 type,
|
H A D | link.c | 276 tipc_msg_init(ownnode, hdr, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, peer); tipc_link_create() 1193 tipc_msg_init(link_own_addr(l), &tnlhdr, TUNNEL_PROTOCOL, tipc_link_tnl_prepare()
|
H A D | socket.c | 368 tipc_msg_init(tn->own_addr, msg, TIPC_LOW_IMPORTANCE, TIPC_NAMED_MSG, tipc_sk_create()
|
Completed in 110 milliseconds