Searched refs:tipc_msg_init (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | discover.c | 83 tipc_msg_init(msg, LINK_CONFIG, type, INT_H_SIZE, dest_domain); in tipc_disc_init_msg()
|
D | name_distr.c | 102 tipc_msg_init(msg, NAME_DISTRIBUTOR, type, LONG_H_SIZE, dest); in named_prepare_buf()
|
D | msg.c | 54 void tipc_msg_init(struct tipc_msg *m, u32 user, u32 type, in tipc_msg_init() function
|
D | port.c | 220 tipc_msg_init(msg, importance, TIPC_NAMED_MSG, LONG_H_SIZE, 0); in tipc_createport_raw() 340 tipc_msg_init(msg, usr, type, LONG_H_SIZE, destnode); in port_build_proto_msg() 381 tipc_msg_init(rmsg, imp, msg_type(msg), hdr_sz, msg_orignode(msg)); in tipc_reject_msg()
|
D | link.c | 349 tipc_msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr); in tipc_link_create() 918 tipc_msg_init(&bundler_hdr, MSG_BUNDLER, OPEN_MSG, in tipc_link_send_buf() 1170 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, in link_send_sections_long() 2194 tipc_msg_init(&tunnel_hdr, CHANGEOVER_PROTOCOL, in tipc_link_changeover() 2245 tipc_msg_init(&tunnel_hdr, CHANGEOVER_PROTOCOL, in tipc_link_send_duplicate() 2428 tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, in link_send_long_buf()
|
D | msg.h | 803 void tipc_msg_init(struct tipc_msg *m, u32 user, u32 type,
|
D | bcast.c | 299 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG, in bclink_send_nack()
|