Skip to content
Commit f96533cd authored by Alexander Lobakin's avatar Alexander Lobakin Committed by David S. Miller
Browse files

flow_dissector: constify raw input data argument



Flow Dissector code never modifies the input buffer, neither skb nor
raw data.
Make 'data' argument const for all of the Flow dissector's functions.

Signed-off-by: default avatarAlexander Lobakin <alobakin@pm.me>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e3305138
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment