Home
last modified time | relevance | path

Searched hist:dac06b32c705dc8824479b03eee826b4f6615ab2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/
H A Dflow_dissector.hdiff dac06b32c705dc8824479b03eee826b4f6615ab2 Sun Mar 14 06:11:00 CDT 2021 Alexander Lobakin <alobakin@pm.me> 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: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: David S. Miller <davem@davemloft.net>