Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/rc/
Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/linux-6.14.4/net/netfilter/
Dnf_bpf_link.c268 const struct bpf_prog_ops netfilter_prog_ops = {
/linux-6.14.4/kernel/trace/
Dbpf_trace.c1656 const struct bpf_prog_ops kprobe_prog_ops = {
1762 const struct bpf_prog_ops tracepoint_prog_ops = {
2078 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
2089 const struct bpf_prog_ops tracing_prog_ops = {
2111 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
2194 const struct bpf_prog_ops perf_event_prog_ops = {
/linux-6.14.4/kernel/bpf/
Dbpf_lsm.c406 const struct bpf_prog_ops lsm_prog_ops = {
Dcgroup.c1681 const struct bpf_prog_ops cg_dev_prog_ops = {
2309 const struct bpf_prog_ops cg_sysctl_prog_ops = {
2537 const struct bpf_prog_ops cg_sockopt_prog_ops = {
Doffload.c510 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dtrampoline.c20 const struct bpf_prog_ops bpf_extension_prog_ops = {
Dbpf_struct_ops.c72 const struct bpf_prog_ops bpf_struct_ops_prog_ops = {
Dsyscall.c2201 static const struct bpf_prog_ops * const bpf_prog_types[] = {
2214 const struct bpf_prog_ops *ops; in find_prog_type()
6068 const struct bpf_prog_ops bpf_syscall_prog_ops = {
/linux-6.14.4/Documentation/bpf/
Ddrgn.rst172 .ops = (const struct bpf_prog_ops *)xdp_prog_ops+0x0 = 0xffffffff820fa350,
/linux-6.14.4/net/core/
Dfilter.c11023 const struct bpf_prog_ops sk_filter_prog_ops = {
11036 const struct bpf_prog_ops tc_cls_act_prog_ops = {
11048 const struct bpf_prog_ops xdp_prog_ops = {
11058 const struct bpf_prog_ops cg_skb_prog_ops = {
11068 const struct bpf_prog_ops lwt_in_prog_ops = {
11078 const struct bpf_prog_ops lwt_out_prog_ops = {
11089 const struct bpf_prog_ops lwt_xmit_prog_ops = {
11099 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
11108 const struct bpf_prog_ops cg_sock_prog_ops = {
11117 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]
/linux-6.14.4/include/linux/
Dbpf.h993 struct bpf_prog_ops { struct
1549 const struct bpf_prog_ops *ops;
2262 extern const struct bpf_prog_ops _name ## _prog_ops; \
2272 extern const struct bpf_prog_ops bpf_offload_prog_ops;