aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index aa79bf8ac0aa..f8bf63befe1f 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -732,7 +732,7 @@ static void link_profile_stats(struct tipc_link *l)
732 if (msg_user(msg) == MSG_FRAGMENTER) { 732 if (msg_user(msg) == MSG_FRAGMENTER) {
733 if (msg_type(msg) != FIRST_FRAGMENT) 733 if (msg_type(msg) != FIRST_FRAGMENT)
734 return; 734 return;
735 length = msg_size(msg_get_wrapped(msg)); 735 length = msg_size(msg_inner_hdr(msg));
736 } 736 }
737 l->stats.msg_lengths_total += length; 737 l->stats.msg_lengths_total += length;
738 l->stats.msg_length_counts++; 738 l->stats.msg_length_counts++;