tcp: mark trace event arguments sk and skb as const
authorSong Liu <songliubraving@fb.com>
Mon, 23 Oct 2017 16:20:23 +0000 (09:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 00:21:25 +0000 (01:21 +0100)
commit7344e29f285a94b965075599731811c352f3ab40
tree27df50998a931017db9727559f49ac5f06111a7c
parentf6e37b25413cf636369668652e9752ee77c7d9f7
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>
include/trace/events/tcp.h