Home
last modified time | relevance | path

Searched refs:bpf_prog_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/kernel/trace/
Dbpf_trace.c790 const struct bpf_prog_ops kprobe_prog_ops = {
894 const struct bpf_prog_ops tracepoint_prog_ops = {
1085 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
1106 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
1189 const struct bpf_prog_ops perf_event_prog_ops = {
/Linux-v5.4/include/linux/
Dbpf.h300 struct bpf_prog_ops { struct
384 const struct bpf_prog_ops *ops;
624 extern const struct bpf_prog_ops _name ## _prog_ops; \
632 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/Linux-v5.4/drivers/media/rc/
Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/Linux-v5.4/kernel/bpf/
Dcgroup.c842 const struct bpf_prog_ops cg_dev_prog_ops = {
1399 const struct bpf_prog_ops cg_sysctl_prog_ops = {
1551 const struct bpf_prog_ops cg_sockopt_prog_ops = {
Doffload.c343 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dsyscall.c1193 static const struct bpf_prog_ops * const bpf_prog_types[] = {
1204 const struct bpf_prog_ops *ops; in find_prog_type()
/Linux-v5.4/net/core/
Dfilter.c8474 const struct bpf_prog_ops sk_filter_prog_ops = {
8486 const struct bpf_prog_ops tc_cls_act_prog_ops = {
8497 const struct bpf_prog_ops xdp_prog_ops = {
8507 const struct bpf_prog_ops cg_skb_prog_ops = {
8517 const struct bpf_prog_ops lwt_in_prog_ops = {
8527 const struct bpf_prog_ops lwt_out_prog_ops = {
8538 const struct bpf_prog_ops lwt_xmit_prog_ops = {
8548 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
8558 const struct bpf_prog_ops cg_sock_prog_ops = {
8567 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]