Searched refs:ownnode (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | link.h | 225 int window, u32 session, u32 ownnode, u32 peer, 232 bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer,
|
D | link.c | 259 int window, u32 session, u32 ownnode, u32 peer, in tipc_link_create() argument 276 tipc_msg_init(ownnode, hdr, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, peer); in tipc_link_create() 283 tipc_zone(ownnode), tipc_cluster(ownnode), tipc_node(ownnode), in tipc_link_create() 323 bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, in tipc_link_bc_create() argument 333 0, ownnode, peer, peer_caps, bc_sndlink, in tipc_link_bc_create()
|