Lines Matching defs:net
2 * net/tipc/addr.c: TIPC address utility routines
56 void tipc_set_node_id(struct net *net, u8 *id)
58 struct tipc_net *tn = tipc_net(net);
64 tipc_own_id_string(net), tn->net_id);
67 void tipc_set_node_addr(struct net *net, u32 addr)
69 struct tipc_net *tn = tipc_net(net);
73 if (!tipc_own_id(net)) {
75 tipc_set_node_id(net, node_id);