commit | 7344e29f285a94b965075599731811c352f3ab40 | [log] [tgz] |
---|---|---|
author | Song Liu <songliubraving@fb.com> | Mon Oct 23 09:20:23 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 24 01:21:25 2017 +0100 |
tree | 27df50998a931017db9727559f49ac5f06111a7c | |
parent | f6e37b25413cf636369668652e9752ee77c7d9f7 [diff] |
tcp: mark trace event arguments sk and skb as const Some functions that we plan to add trace points require const sk and/or skb. So we mark these fields as const in the tracepoint. Signed-off-by: Song Liu <songliubraving@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>