Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dbpf_trace.c1189 const struct bpf_prog_ops kprobe_prog_ops = {
1295 const struct bpf_prog_ops tracepoint_prog_ops = {
1604 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
1615 const struct bpf_prog_ops tracing_prog_ops = {
1637 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
1720 const struct bpf_prog_ops perf_event_prog_ops = {
/Linux-v5.15/kernel/bpf/
Dbpf_lsm.c222 const struct bpf_prog_ops lsm_prog_ops = {
Dcgroup.c1232 const struct bpf_prog_ops cg_dev_prog_ops = {
1876 const struct bpf_prog_ops cg_sysctl_prog_ops = {
2054 const struct bpf_prog_ops cg_sockopt_prog_ops = {
Dbpf_struct_ops.c95 const struct bpf_prog_ops bpf_struct_ops_prog_ops = {
Dtrampoline.c17 const struct bpf_prog_ops bpf_extension_prog_ops = {
Doffload.c343 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dsyscall.c1631 static const struct bpf_prog_ops * const bpf_prog_types[] = {
1644 const struct bpf_prog_ops *ops; in find_prog_type()
4779 const struct bpf_prog_ops bpf_syscall_prog_ops = {
/Linux-v5.15/drivers/media/rc/
Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/Linux-v5.15/include/linux/
Dbpf.h484 struct bpf_prog_ops { struct
880 const struct bpf_prog_ops *ops;
1353 extern const struct bpf_prog_ops _name ## _prog_ops; \
1363 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/Linux-v5.15/Documentation/bpf/
Ddrgn.rst172 .ops = (const struct bpf_prog_ops *)xdp_prog_ops+0x0 = 0xffffffff820fa350,
/Linux-v5.15/net/core/
Dfilter.c9926 const struct bpf_prog_ops sk_filter_prog_ops = {
9939 const struct bpf_prog_ops tc_cls_act_prog_ops = {
9950 const struct bpf_prog_ops xdp_prog_ops = {
9960 const struct bpf_prog_ops cg_skb_prog_ops = {
9970 const struct bpf_prog_ops lwt_in_prog_ops = {
9980 const struct bpf_prog_ops lwt_out_prog_ops = {
9991 const struct bpf_prog_ops lwt_xmit_prog_ops = {
10001 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
10011 const struct bpf_prog_ops cg_sock_prog_ops = {
10020 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]