summaryrefslogtreecommitdiff
path: root/include/net/xdp.h
diff options
context:
space:
mode:
authorAlexander Lobakin <aleksander.lobakin@intel.com>2024-12-03 18:37:25 +0100
committerJakub Kicinski <kuba@kernel.org>2024-12-05 18:41:06 -0800
commit7cd1107f48e2a246c6a628c2381e1b8aafa4675a (patch)
tree62f370fc53c5971f5681117c8aa47d380642dce9 /include/net/xdp.h
parentca5c94949facce1f67a4a9a9528a27f635ff3e78 (diff)
bpf, xdp: constify some bpf_prog * function arguments
In lots of places, bpf_prog pointer is used only for tracing or other stuff that doesn't modify the structure itself. Same for net_device. Address at least some of them and add `const` attributes there. The object code didn't change, but that may prevent unwanted data modifications and also allow more helpers to have const arguments. Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/xdp.h')
0 files changed, 0 insertions, 0 deletions