Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_lsm.c71 const struct bpf_prog_ops lsm_prog_ops = {
Dcgroup.c1250 const struct bpf_prog_ops cg_dev_prog_ops = {
1812 const struct bpf_prog_ops cg_sysctl_prog_ops = {
1964 const struct bpf_prog_ops cg_sockopt_prog_ops = {
Dtrampoline.c16 const struct bpf_prog_ops bpf_extension_prog_ops = {
Dbpf_struct_ops.c94 const struct bpf_prog_ops bpf_struct_ops_prog_ops = {
Doffload.c343 const struct bpf_prog_ops bpf_offload_prog_ops = {
Dsyscall.c1592 static const struct bpf_prog_ops * const bpf_prog_types[] = {
1605 const struct bpf_prog_ops *ops; in find_prog_type()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1384 const struct bpf_prog_ops kprobe_prog_ops = {
1488 const struct bpf_prog_ops tracepoint_prog_ops = {
1778 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
1789 const struct bpf_prog_ops tracing_prog_ops = {
1811 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
1894 const struct bpf_prog_ops perf_event_prog_ops = {
/kernel/linux/linux-5.10/drivers/media/rc/
Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/kernel/linux/linux-5.10/include/linux/
Dbpf.h492 struct bpf_prog_ops { struct
873 const struct bpf_prog_ops *ops;
1291 extern const struct bpf_prog_ops _name ## _prog_ops; \
1301 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/kernel/linux/linux-5.10/Documentation/bpf/
Ddrgn.rst172 .ops = (const struct bpf_prog_ops *)xdp_prog_ops+0x0 = 0xffffffff820fa350,
/kernel/linux/linux-5.10/net/core/
Dfilter.c9730 const struct bpf_prog_ops sk_filter_prog_ops = {
9742 const struct bpf_prog_ops tc_cls_act_prog_ops = {
9753 const struct bpf_prog_ops xdp_prog_ops = {
9763 const struct bpf_prog_ops cg_skb_prog_ops = {
9773 const struct bpf_prog_ops lwt_in_prog_ops = {
9783 const struct bpf_prog_ops lwt_out_prog_ops = {
9794 const struct bpf_prog_ops lwt_xmit_prog_ops = {
9804 const struct bpf_prog_ops lwt_seg6local_prog_ops = {
9814 const struct bpf_prog_ops cg_sock_prog_ops = {
9823 const struct bpf_prog_ops cg_sock_addr_prog_ops = {
[all …]