Lines Matching defs:net
317 static struct publication *tipc_service_insert_publ(struct net *net, in tipc_service_insert_publ()
444 static struct tipc_service *tipc_service_find(struct net *net, u32 type) in tipc_service_find()
458 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type, in tipc_nametbl_insert_publ()
485 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type, in tipc_nametbl_remove_publ()
545 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *dnode) in tipc_nametbl_translate()
601 bool tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, in tipc_nametbl_lookup()
642 void tipc_nametbl_mc_lookup(struct net *net, u32 type, u32 lower, u32 upper, in tipc_nametbl_mc_lookup()
670 void tipc_nametbl_lookup_dst_nodes(struct net *net, u32 type, u32 lower, in tipc_nametbl_lookup_dst_nodes()
695 void tipc_nametbl_build_group(struct net *net, struct tipc_group *grp, in tipc_nametbl_build_group()
724 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower, in tipc_nametbl_publish()
760 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, in tipc_nametbl_withdraw()
851 int tipc_nametbl_init(struct net *net) in tipc_nametbl_init()
875 static void tipc_service_delete(struct net *net, struct tipc_service *sc) in tipc_service_delete()
894 void tipc_nametbl_stop(struct net *net) in tipc_nametbl_stop()
1014 static int tipc_nl_service_list(struct net *net, struct tipc_nl_msg *msg, in tipc_nl_service_list()
1063 struct net *net = sock_net(skb->sk); in tipc_nl_name_table_dump() local