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

flow_dissector: constify bpf_flow_dissector's data pointers



BPF Flow dissection programs are read-only and don't touch input
buffers.
Mark 'data' and 'data_end' in struct bpf_flow_dissector as const
in preparation for global input constifying.

Signed-off-by: default avatarAlexander Lobakin <alobakin@pm.me>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f79eb3c
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