Searched hist:f96533cded173b3b019001a505a746c3cd8fc323 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | diff 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 D | flow_dissector.c | diff 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 D | skbuff.h | diff 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>
|