Home
last modified time | relevance | path

Searched refs:msg_destnode (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/net/tipc/
Dnet.c145 dnode = msg_short(msg) ? tipc_own_addr : msg_destnode(msg); in tipc_net_route_msg()
Dmsg.c324 msg_destnode(msg), msg_destport(msg)); in tipc_msg_dbg()
332 tipc_printf(buf, ":DNOD(%x):", msg_destnode(msg)); in tipc_msg_dbg()
Dport.h267 return msg_destnode(&p_ptr->phdr); in tipc_peer_node()
Dbcast.c350 struct tipc_node *n_ptr = tipc_node_find(msg_destnode(msg)); in bclink_peek_nack()
450 if (msg_destnode(msg) == tipc_own_addr) { in tipc_bclink_recv_pkt()
Dmsg.h377 static inline u32 msg_destnode(struct tipc_msg *m) in msg_destnode() function
Dlink.c1226 INT_H_SIZE, msg_destnode(hdr)); in link_send_sections_long()
1698 (msg_destnode(msg) != tipc_own_addr))) in tipc_recv_msg()
2496 destaddr = msg_destnode(inmsg); in link_send_long_buf()
Dport.c64 return msg_destnode(&p_ptr->phdr); in port_peernode()