tipc_node_create
n = tipc_node_create(net, 0, ehdr->id, 0xffffu, 0,
n = tipc_node_create(net, addr, peer_id, capabilities, hash_mixes,
tipc_node_create(net, 0, id, 0xffffu, 0, true);
struct tipc_node *tipc_node_create(struct net *net, u32 addr, u8 *peer_id,
DEFINE_NODE_EVENT(tipc_node_create);