Searched refs:msg_reroute_cnt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | trace.c | 120 i += scnprintf(buf + i, sz - i, " %u", msg_reroute_cnt(hdr)); in tipc_skb_dump()
|
H A D | msg.h | 473 static inline u32 msg_reroute_cnt(struct tipc_msg *m) in msg_reroute_cnt() function 480 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
|
H A D | msg.c | 716 if (msg_reroute_cnt(msg)) in tipc_msg_lookup_dest()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | trace.c | 120 i += scnprintf(buf + i, sz - i, " %u", msg_reroute_cnt(hdr)); in tipc_skb_dump()
|
H A D | msg.h | 465 static inline u32 msg_reroute_cnt(struct tipc_msg *m) in msg_reroute_cnt() function 472 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
|
H A D | msg.c | 716 if (msg_reroute_cnt(msg)) in tipc_msg_lookup_dest()
|
Completed in 9 milliseconds