Symbol: bpf_link_ops
drivers/net/netkit.c
979
static const struct bpf_link_ops netkit_link_lops = {
include/linux/bpf.h
1917
const struct bpf_link_ops *ops;
include/linux/bpf.h
2885
const struct bpf_link_ops *ops, struct bpf_prog *prog,
include/linux/bpf.h
2888
const struct bpf_link_ops *ops, struct bpf_prog *prog,
include/linux/bpf.h
2891
const struct bpf_link_ops *ops, struct bpf_prog *prog,
include/linux/bpf.h
3305
const struct bpf_link_ops *ops,
include/linux/bpf.h
3311
const struct bpf_link_ops *ops, struct bpf_prog *prog,
include/linux/bpf.h
3317
const struct bpf_link_ops *ops, struct bpf_prog *prog,
kernel/bpf/bpf_iter.c
491
static const struct bpf_link_ops bpf_iter_link_lops = {
kernel/bpf/bpf_struct_ops.c
1388
static const struct bpf_link_ops bpf_struct_ops_map_lops = {
kernel/bpf/bpf_struct_ops.c
592
const struct bpf_link_ops bpf_struct_ops_link_lops = {
kernel/bpf/cgroup.c
1499
static const struct bpf_link_ops bpf_cgroup_link_lops = {
kernel/bpf/net_namespace.c
235
static const struct bpf_link_ops bpf_netns_link_ops = {
kernel/bpf/syscall.c
3294
const struct bpf_link_ops *ops, struct bpf_prog *prog,
kernel/bpf/syscall.c
3308
const struct bpf_link_ops *ops, struct bpf_prog *prog,
kernel/bpf/syscall.c
3315
const struct bpf_link_ops *ops, struct bpf_prog *prog,
kernel/bpf/syscall.c
3390
const struct bpf_link_ops *ops = link->ops;
kernel/bpf/syscall.c
3682
static const struct bpf_link_ops bpf_tracing_link_lops = {
kernel/bpf/syscall.c
3979
static const struct bpf_link_ops bpf_raw_tp_link_lops = {
kernel/bpf/syscall.c
4293
static const struct bpf_link_ops bpf_perf_link_lops = {
kernel/bpf/tcx.c
289
static const struct bpf_link_ops tcx_link_lops = {
kernel/bpf/trampoline.c
1017
static const struct bpf_link_ops bpf_shim_tramp_link_lops = {
kernel/trace/bpf_trace.c
2525
static const struct bpf_link_ops bpf_kprobe_multi_link_lops = {
kernel/trace/bpf_trace.c
3116
static const struct bpf_link_ops bpf_uprobe_multi_link_lops = {
kernel/trace/bpf_trace.c
3730
static const struct bpf_link_ops bpf_tracing_multi_link_lops = {
net/bpf/bpf_dummy_struct_ops.c
127
extern const struct bpf_link_ops bpf_struct_ops_link_lops;
net/core/dev.c
10665
static const struct bpf_link_ops bpf_xdp_link_lops = {
net/core/sock_map.c
1866
static const struct bpf_link_ops sock_map_link_ops = {
net/netfilter/nf_bpf_link.c
171
static const struct bpf_link_ops bpf_nf_link_lops = {