Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information