Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dbpf_lsm.c260 const struct bpf_prog_ops lsm_prog_ops = {
Dcgroup.c1415 const struct bpf_prog_ops cg_dev_prog_ops = {
2012 const struct bpf_prog_ops cg_sysctl_prog_ops = {
2219 const struct bpf_prog_ops cg_sockopt_prog_ops = {
Dbpf_struct_ops.c96 const struct bpf_prog_ops bpf_struct_ops_prog_ops = {
Dtrampoline.c18 const struct bpf_prog_ops bpf_extension_prog_ops = {
Doffload.c343 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dsyscall.c1892 static const struct bpf_prog_ops * const bpf_prog_types[] = {
1905 const struct bpf_prog_ops *ops; in find_prog_type()
5173 const struct bpf_prog_ops bpf_syscall_prog_ops = {
/linux-5.19.10/kernel/trace/
Dbpf_trace.c1365 const struct bpf_prog_ops kprobe_prog_ops = {
1471 const struct bpf_prog_ops tracepoint_prog_ops = {
1779 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
1790 const struct bpf_prog_ops tracing_prog_ops = {
1812 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
1895 const struct bpf_prog_ops perf_event_prog_ops = {
/linux-5.19.10/drivers/media/rc/
Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/linux-5.19.10/Documentation/bpf/
Ddrgn.rst172 .ops = (const struct bpf_prog_ops *)xdp_prog_ops+0x0 = 0xffffffff820fa350,
/linux-5.19.10/include/linux/
Dbpf.h646 struct bpf_prog_ops { struct
1052 const struct bpf_prog_ops *ops;
1469 extern const struct bpf_prog_ops _name ## _prog_ops; \
1479 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/linux-5.19.10/net/core/
Dfilter.c10486 const struct bpf_prog_ops sk_filter_prog_ops = {
10498 const struct bpf_prog_ops tc_cls_act_prog_ops = {
10509 const struct bpf_prog_ops xdp_prog_ops = {
10519 const struct bpf_prog_ops cg_skb_prog_ops = {
10529 const struct bpf_prog_ops lwt_in_prog_ops = {
10539 const struct bpf_prog_ops lwt_out_prog_ops = {
10550 const struct bpf_prog_ops lwt_xmit_prog_ops = {
10560 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
10570 const struct bpf_prog_ops cg_sock_prog_ops = {
10579 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]