Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dbpf_trace.c785 const struct bpf_verifier_ops kprobe_verifier_ops = {
889 const struct bpf_verifier_ops tracepoint_verifier_ops = {
1080 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
1101 const struct bpf_verifier_ops raw_tracepoint_writable_verifier_ops = {
1183 const struct bpf_verifier_ops perf_event_verifier_ops = {
/Linux-v5.4/include/linux/
Dbpf.h305 struct bpf_verifier_ops { struct
625 extern const struct bpf_verifier_ops _name ## _verifier_ops;
633 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
634 extern const struct bpf_verifier_ops xdp_analyzer_ops;
Dbpf_verifier.h354 const struct bpf_verifier_ops *ops;
/Linux-v5.4/drivers/media/rc/
Dbpf-lirc.c133 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/Linux-v5.4/kernel/bpf/
Dcgroup.c845 const struct bpf_verifier_ops cg_dev_verifier_ops = {
1393 const struct bpf_verifier_ops cg_sysctl_verifier_ops = {
1544 const struct bpf_verifier_ops cg_sockopt_verifier_ops = {
Dverifier.c25 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
8490 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
9221 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
9241 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
/Linux-v5.4/net/core/
Dfilter.c8467 const struct bpf_verifier_ops sk_filter_verifier_ops = {
8478 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
8490 const struct bpf_verifier_ops xdp_verifier_ops = {
8501 const struct bpf_verifier_ops cg_skb_verifier_ops = {
8511 const struct bpf_verifier_ops lwt_in_verifier_ops = {
8521 const struct bpf_verifier_ops lwt_out_verifier_ops = {
8531 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
8542 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
8552 const struct bpf_verifier_ops cg_sock_verifier_ops = {
8561 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/Linux-v5.4/Documentation/networking/
Dfilter.txt1093 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()