Lines Matching defs:kattr
465 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr);
1425 int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr);
1426 int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr);
1427 int bpf_prog_test_run_tracing(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr);
1428 int bpf_prog_test_run_flow_dissector(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr);
1429 int bpf_prog_test_run_raw_tp(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr);
1590 static inline int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr,
1596 static inline int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr,
1602 static inline int bpf_prog_test_run_tracing(struct bpf_prog *prog, const union bpf_attr *kattr,
1608 static inline int bpf_prog_test_run_flow_dissector(struct bpf_prog *prog, const union bpf_attr *kattr,