Home
last modified time | relevance | path

Searched refs:node_id (Results 1 – 12 of 12) sorted by relevance

/net/tipc/
A Dnet.c111 int tipc_net_init(struct net *net, u8 *node_id, u32 addr) in tipc_net_init() argument
119 if (node_id) in tipc_net_init()
120 tipc_set_node_id(net, node_id); in tipc_net_init()
167 u64 *w0 = (u64 *)&tn->node_id[0]; in __tipc_nl_add_net()
168 u64 *w1 = (u64 *)&tn->node_id[8]; in __tipc_nl_add_net()
267 u8 node_id[NODE_ID_LEN]; in __tipc_nl_net_set() local
268 u64 *w0 = (u64 *)&node_id[0]; in __tipc_nl_net_set()
269 u64 *w1 = (u64 *)&node_id[8]; in __tipc_nl_net_set()
275 tipc_net_init(net, node_id, 0); in __tipc_nl_net_set()
A Daddr.c60 memcpy(tn->node_id, id, NODE_ID_LEN); in tipc_set_node_id()
70 u8 node_id[NODE_ID_LEN] = {0,}; in tipc_set_node_addr() local
74 sprintf(node_id, "%x", addr); in tipc_set_node_addr()
75 tipc_set_node_id(net, node_id); in tipc_set_node_addr()
A Dcore.c64 memset(tn->node_id, 0, sizeof(tn->node_id)); in tipc_init_net()
A Dnet.h44 int tipc_net_init(struct net *net, u8 *node_id, u32 addr);
A Daddr.h102 return tn->node_id; in tipc_own_id()
A Dudp_media.c674 u8 node_id[NODE_ID_LEN] = {0,}; in tipc_udp_enable() local
715 memcpy(node_id, local.ipv6.in6_u.u6_addr8, 16); in tipc_udp_enable()
716 tipc_net_init(net, node_id, 0); in tipc_udp_enable()
A Dcore.h94 u8 node_id[NODE_ID_LEN]; member
A Dnode.c457 if (memcmp(n->peer_id, tn_peer->node_id, NODE_ID_LEN)) in tipc_node_assign_peer_net()
2245 u8 node_id[NODE_ID_LEN]; in tipc_nl_peer_rm() local
2246 u64 *w0 = (u64 *)&node_id[0]; in tipc_nl_peer_rm()
2247 u64 *w1 = (u64 *)&node_id[8]; in tipc_nl_peer_rm()
2275 addr = hash128to32(node_id); in tipc_nl_peer_rm()
2935 static int tipc_nl_retrieve_nodeid(struct nlattr **attrs, u8 **node_id) in tipc_nl_retrieve_nodeid() argument
2945 *node_id = (u8 *)nla_data(attr); in tipc_nl_retrieve_nodeid()
A Dbearer.c429 u8 node_id[NODE_ID_LEN] = {0,}; in tipc_enable_l2_media() local
448 memcpy(node_id, dev->dev_addr, hwaddr_len); in tipc_enable_l2_media()
449 tipc_net_init(net, node_id, 0); in tipc_enable_l2_media()
A Dsocket.c3320 if (!tipc_node_get_id(net, nr.peer, nr.node_id)) in tipc_ioctl()
/net/qrtr/
A Dns.c76 node = xa_load(&nodes, node_id); in node_get()
85 node->id = node_id; in node_get()
222 unsigned int node_id, in server_add() argument
238 srv->node = node_id; in server_add()
241 node = node_get(node_id); in server_add()
403 if (from->sq_node != node_id) in ctrl_cmd_del_client()
413 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client()
426 node = node_get(node_id); in ctrl_cmd_del_client()
468 node_id = from->sq_node; in ctrl_cmd_new_server()
506 node_id = from->sq_node; in ctrl_cmd_del_server()
[all …]
/net/ethtool/
A Dplca.c117 (plca->node_id >= 0 && in plca_get_cfg_fill_reply()
118 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_ID, plca->node_id)) || in plca_get_cfg_fill_reply()
167 plca_update_sint(&plca_cfg.node_id, tb, ETHTOOL_A_PLCA_NODE_ID, &mod); in ethnl_set_plca()

Completed in 29 milliseconds