Home
last modified time | relevance | path

Searched refs:msg_reroute_cnt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/tipc/
Dmsg.h291 static inline u32 msg_reroute_cnt(struct tipc_msg *m) in msg_reroute_cnt() function
298 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
Dmsg.c531 if (msg_reroute_cnt(msg)) in tipc_msg_lookup_dest()