Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c17 const struct bpf_prog_ops lirc_mode2_prog_ops = {
/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c263 const struct bpf_prog_ops netfilter_prog_ops = {
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c370 const struct bpf_prog_ops lsm_prog_ops = {
H A Dcgroup.c1666 const struct bpf_prog_ops cg_dev_prog_ops = {
2291 const struct bpf_prog_ops cg_sysctl_prog_ops = {
2519 const struct bpf_prog_ops cg_sockopt_prog_ops = {
H A Doffload.c503 const struct bpf_prog_ops bpf_offload_prog_ops = {
H A Dbpf_struct_ops.c105 const struct bpf_prog_ops bpf_struct_ops_prog_ops = {
H A Dtrampoline.c20 const struct bpf_prog_ops bpf_extension_prog_ops = {
H A Dsyscall.c2039 static const struct bpf_prog_ops * const bpf_prog_types[] = {
2052 const struct bpf_prog_ops *ops; in find_prog_type()
5695 const struct bpf_prog_ops bpf_syscall_prog_ops = {
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1621 const struct bpf_prog_ops kprobe_prog_ops = {
1727 const struct bpf_prog_ops tracepoint_prog_ops = {
2038 const struct bpf_prog_ops raw_tracepoint_prog_ops = {
2049 const struct bpf_prog_ops tracing_prog_ops = {
2071 const struct bpf_prog_ops raw_tracepoint_writable_prog_ops = {
2154 const struct bpf_prog_ops perf_event_prog_ops = {
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst172 .ops = (const struct bpf_prog_ops *)xdp_prog_ops+0x0 = 0xffffffff820fa350,
/openbmc/linux/include/linux/
H A Dbpf.h927 struct bpf_prog_ops { struct
1432 const struct bpf_prog_ops *ops;
2046 extern const struct bpf_prog_ops _name ## _prog_ops; \
2056 extern const struct bpf_prog_ops bpf_offload_prog_ops;
/openbmc/linux/net/core/
H A Dfilter.c10929 const struct bpf_prog_ops sk_filter_prog_ops = {
10954 const struct bpf_prog_ops xdp_prog_ops = {
10964 const struct bpf_prog_ops cg_skb_prog_ops = {
10974 const struct bpf_prog_ops lwt_in_prog_ops = {
10984 const struct bpf_prog_ops lwt_out_prog_ops = {
10995 const struct bpf_prog_ops lwt_xmit_prog_ops = {
11015 const struct bpf_prog_ops cg_sock_prog_ops = {
11033 const struct bpf_prog_ops sock_ops_prog_ops = {
11043 const struct bpf_prog_ops sk_skb_prog_ops = {
11053 const struct bpf_prog_ops sk_msg_prog_ops = {
[all …]