Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf.h236 struct bpf_verifier_ops { struct
421 extern const struct bpf_verifier_ops _name ## _verifier_ops;
429 extern const struct bpf_verifier_ops tc_cls_act_analyzer_ops;
430 extern const struct bpf_verifier_ops xdp_analyzer_ops;
Dbpf_verifier.h187 const struct bpf_verifier_ops *ops;
/Linux-v4.19/kernel/trace/
Dbpf_trace.c615 const struct bpf_verifier_ops kprobe_verifier_ops = {
719 const struct bpf_verifier_ops tracepoint_verifier_ops = {
866 const struct bpf_verifier_ops raw_tracepoint_verifier_ops = {
948 const struct bpf_verifier_ops perf_event_verifier_ops = {
/Linux-v4.19/drivers/media/rc/
Dbpf-lirc.c100 const struct bpf_verifier_ops lirc_mode2_verifier_ops = {
/Linux-v4.19/net/core/
Dfilter.c6866 const struct bpf_verifier_ops sk_filter_verifier_ops = {
6877 const struct bpf_verifier_ops tc_cls_act_verifier_ops = {
6889 const struct bpf_verifier_ops xdp_verifier_ops = {
6899 const struct bpf_verifier_ops cg_skb_verifier_ops = {
6909 const struct bpf_verifier_ops lwt_in_verifier_ops = {
6919 const struct bpf_verifier_ops lwt_out_verifier_ops = {
6929 const struct bpf_verifier_ops lwt_xmit_verifier_ops = {
6940 const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
6950 const struct bpf_verifier_ops cg_sock_verifier_ops = {
6959 const struct bpf_verifier_ops cg_sock_addr_verifier_ops = {
[all …]
/Linux-v4.19/kernel/bpf/
Dcgroup.c721 const struct bpf_verifier_ops cg_dev_verifier_ops = {
Dverifier.c29 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
5335 const struct bpf_verifier_ops *ops = env->ops; in convert_ctx_accesses()
5902 if (ARRAY_SIZE(bpf_verifier_ops) == 0) in bpf_check()
5920 env->ops = bpf_verifier_ops[env->prog->type]; in bpf_check()
/Linux-v4.19/Documentation/networking/
Dfilter.txt1088 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()