Searched refs:tipc_nametbl_publish (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/net/tipc/ |
H A D | name_table.h | 103 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
|
H A D | net.c | 121 tipc_nametbl_publish(net, TIPC_CFG_SRV, tn->own_addr, tn->own_addr, tipc_net_start()
|
H A D | name_table.c | 651 * tipc_nametbl_publish - add name publication to network name tables 653 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower, tipc_nametbl_publish() function
|
H A D | node.c | 957 tipc_nametbl_publish(net, TIPC_LINK_STATE, addr, addr, tipc_node_unlock()
|
H A D | socket.c | 2194 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, tipc_sk_publish()
|
Completed in 88 milliseconds