Files
kernel_samsung_a71/net
Jakub Kicinski 61d5c303c8 BACKPORT: bpf: split verifier and program ops
struct bpf_verifier_ops contains both verifier ops and operations
used later during program's lifetime (test_run).  Split the runtime
ops into a different structure.

BPF_PROG_TYPE() will now append ## _prog_ops or ## _verifier_ops
to the names.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2025-09-17 16:57:49 +08:00
..
2022-04-27 13:15:32 +02:00
2023-08-11 11:33:47 +02:00
2023-06-21 15:38:58 +02:00
2023-03-22 13:26:15 +01:00
2023-09-23 10:46:55 +02:00
2021-06-30 08:48:47 -04:00