Searched refs:msg_reroute_cnt (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dmsg.c103 if (msg_reroute_cnt(msg))
105 msg_reroute_cnt(msg));
121 if (msg_reroute_cnt(msg))
123 msg_reroute_cnt(msg));
143 if (msg_reroute_cnt(msg))
144 tipc_printf(buf, "REROUTED(%u):",msg_reroute_cnt(msg));
H A Dnet.c213 if (msg_reroute_cnt(msg) > 6) {
H A Dmsg.h170 static inline u32 msg_reroute_cnt(struct tipc_msg *m) function
177 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1);
H A Dlink.c2636 return msg_reroute_cnt(buf_msg(buf));

Completed in 84 milliseconds