Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/rc/
Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/Linux-v6.6/net/netfilter/
Dnf_bpf_link.c263 const struct bpf_prog_ops netfilter_prog_ops = {
/Linux-v6.6/kernel/trace/
Dbpf_trace.c1618 const struct bpf_prog_ops kprobe_prog_ops = {
1724 const struct bpf_prog_ops tracepoint_prog_ops = {
2035 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
2046 const struct bpf_prog_ops tracing_prog_ops = {
2068 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
2151 const struct bpf_prog_ops perf_event_prog_ops = {
/Linux-v6.6/kernel/bpf/
Dbpf_lsm.c370 const struct bpf_prog_ops lsm_prog_ops = {
Dcgroup.c1653 const struct bpf_prog_ops cg_dev_prog_ops = {
2278 const struct bpf_prog_ops cg_sysctl_prog_ops = {
2506 const struct bpf_prog_ops cg_sockopt_prog_ops = {
Dbpf_struct_ops.c105 const struct bpf_prog_ops bpf_struct_ops_prog_ops = {
Doffload.c503 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dtrampoline.c20 const struct bpf_prog_ops bpf_extension_prog_ops = {
Dsyscall.c2004 static const struct bpf_prog_ops * const bpf_prog_types[] = {
2017 const struct bpf_prog_ops *ops; in find_prog_type()
5611 const struct bpf_prog_ops bpf_syscall_prog_ops = {
/Linux-v6.6/Documentation/bpf/
Ddrgn.rst172 .ops = (const struct bpf_prog_ops *)xdp_prog_ops+0x0 = 0xffffffff820fa350,
/Linux-v6.6/include/linux/
Dbpf.h912 struct bpf_prog_ops { struct
1412 const struct bpf_prog_ops *ops;
2012 extern const struct bpf_prog_ops _name ## _prog_ops; \
2022 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/Linux-v6.6/net/core/
Dfilter.c10833 const struct bpf_prog_ops sk_filter_prog_ops = {
10846 const struct bpf_prog_ops tc_cls_act_prog_ops = {
10858 const struct bpf_prog_ops xdp_prog_ops = {
10868 const struct bpf_prog_ops cg_skb_prog_ops = {
10878 const struct bpf_prog_ops lwt_in_prog_ops = {
10888 const struct bpf_prog_ops lwt_out_prog_ops = {
10899 const struct bpf_prog_ops lwt_xmit_prog_ops = {
10909 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
10919 const struct bpf_prog_ops cg_sock_prog_ops = {
10928 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]