Home
last modified time | relevance | path

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

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