Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf.h231 struct bpf_prog_ops { struct
286 const struct bpf_prog_ops *ops;
420 extern const struct bpf_prog_ops _name ## _prog_ops; \
428 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/Linux-v4.19/kernel/trace/
Dbpf_trace.c620 const struct bpf_prog_ops kprobe_prog_ops = {
724 const struct bpf_prog_ops tracepoint_prog_ops = {
871 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
954 const struct bpf_prog_ops perf_event_prog_ops = {
/Linux-v4.19/drivers/media/rc/
Dbpf-lirc.c14 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/Linux-v4.19/net/core/
Dfilter.c6873 const struct bpf_prog_ops sk_filter_prog_ops = {
6885 const struct bpf_prog_ops tc_cls_act_prog_ops = {
6895 const struct bpf_prog_ops xdp_prog_ops = {
6905 const struct bpf_prog_ops cg_skb_prog_ops = {
6915 const struct bpf_prog_ops lwt_in_prog_ops = {
6925 const struct bpf_prog_ops lwt_out_prog_ops = {
6936 const struct bpf_prog_ops lwt_xmit_prog_ops = {
6946 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
6956 const struct bpf_prog_ops cg_sock_prog_ops = {
6965 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]
/Linux-v4.19/kernel/bpf/
Dcgroup.c718 const struct bpf_prog_ops cg_dev_prog_ops = {
Doffload.c311 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dsyscall.c961 static const struct bpf_prog_ops * const bpf_prog_types[] = {
972 const struct bpf_prog_ops *ops; in find_prog_type()