Searched refs:tipc_own_addr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | addr.h | 49 static inline u32 tipc_own_addr(struct net *net) in tipc_own_addr() function 66 u32 tipc_own_addr(struct net *net);
|
D | bcast.c | 103 if ((i ^ tipc_own_addr(net)) & 1) in tipc_bcbase_select_primary() 537 msg_set_prevnode(b->link->pmsg, tipc_own_addr(net)); in tipc_bcast_reinit()
|
D | node.c | 175 if (!tipc_link_bc_create(net, tipc_own_addr(net), n_ptr->addr, in tipc_node_create() 608 tipc_own_addr(net), onode, in tipc_node_check_dest() 884 SHORT_H_SIZE, 0, tipc_own_addr(n->net), in node_lost_contact() 1100 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv()
|
D | msg.c | 536 u32 onode = tipc_own_addr(net); in tipc_msg_lookup_dest()
|
D | socket.c | 258 u32 onode = tipc_own_addr(sock_net(sk)); in tipc_sk_respond() 1809 if (!tipc_msg_reverse(tipc_own_addr(net), &skb, err)) in tipc_sk_rcv() 2085 u32 onode = tipc_own_addr(net); in tipc_shutdown()
|