Home
last modified time | relevance | path

Searched refs:bpf_verifier_ops (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lsm.c74 const struct bpf_verifier_ops lsm_verifier_ops = {
H A Dcgroup.c1253 const struct bpf_verifier_ops cg_dev_verifier_ops = {
1806 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
1957 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
H A Dtrampoline.c15 const struct bpf_verifier_ops bpf_extension_verifier_ops = {
H A Dbpf_struct_ops.c92 const struct bpf_verifier_ops bpf_struct_ops_verifier_ops = {
H A Dverifier.c28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
10907 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
12262 env->ops = bpf_verifier_ops[tgt_prog->type]; in check_attach_btf_id()
12320 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
12340 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1379 const struct bpf_verifier_ops kprobe_verifier_ops = {
1483 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1773 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1784 const struct bpf_verifier_ops tracing_verifier_ops = {
1806 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1888 const struct bpf_verifier_ops perf_event_verifier_ops = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h451 struct bpf_verifier_ops { struct
926 const struct bpf_verifier_ops *verifier_ops;
1227 extern const struct bpf_verifier_ops _name ## _verifier_ops;
1237 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
1238 extern const struct bpf_verifier_ops xdp_analyzer_ops;
H A Dbpf_verifier.h420 const struct bpf_verifier_ops *ops;
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dbpf_tcp_ca.c180 static const struct bpf_verifier_ops bpf_tcp_ca_verifier_ops = {
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dbpf-lirc.c130 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c9693 const struct bpf_verifier_ops sk_filter_verifier_ops = {
9704 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
9716 const struct bpf_verifier_ops xdp_verifier_ops = {
9727 const struct bpf_verifier_ops cg_skb_verifier_ops = {
9737 const struct bpf_verifier_ops lwt_in_verifier_ops = {
9747 const struct bpf_verifier_ops lwt_out_verifier_ops = {
9757 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
9768 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
9778 const struct bpf_verifier_ops cg_sock_verifier_ops = {
9787 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1146 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()