Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/linux/net/netfilter/
H A Dnf_bpf_link.c269 const struct bpf_prog_ops netfilter_prog_ops = {
/linux/kernel/trace/
H A Dbpf_trace.c1369 const struct bpf_prog_ops kprobe_prog_ops = {
1475 const struct bpf_prog_ops tracepoint_prog_ops = {
1797 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
1808 const struct bpf_prog_ops tracing_prog_ops = {
1830 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
1913 const struct bpf_prog_ops perf_event_prog_ops = {
/linux/net/core/
H A Dfilter.c11254 const struct bpf_prog_ops sk_filter_prog_ops = {
11267 const struct bpf_prog_ops tc_cls_act_prog_ops = {
11279 const struct bpf_prog_ops xdp_prog_ops = {
11289 const struct bpf_prog_ops cg_skb_prog_ops = {
11299 const struct bpf_prog_ops lwt_in_prog_ops = {
11309 const struct bpf_prog_ops lwt_out_prog_ops = {
11320 const struct bpf_prog_ops lwt_xmit_prog_ops = {
11330 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
11339 const struct bpf_prog_ops cg_sock_prog_ops = {
11348 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]
/linux/kernel/bpf/
H A Dcgroup.c1860 const struct bpf_prog_ops cg_dev_prog_ops = {
2484 const struct bpf_prog_ops cg_sysctl_prog_ops = {
2708 const struct bpf_prog_ops cg_sockopt_prog_ops = {
H A Dtrampoline.c20 const struct bpf_prog_ops bpf_extension_prog_ops = {
H A Dsyscall.c2261 static const struct bpf_prog_ops * const bpf_prog_types[] = {
2274 const struct bpf_prog_ops *ops; in find_prog_type()
6526 const struct bpf_prog_ops bpf_syscall_prog_ops = {
/linux/include/linux/
H A Dbpf.h1092 struct bpf_prog_ops { struct
1720 const struct bpf_prog_ops *ops;
2563 extern const struct bpf_prog_ops _name ## _prog_ops; \
2573 extern const struct bpf_prog_ops bpf_offload_prog_ops;