Symbol: bpf_link_ops
drivers/net/netkit.c
763
static const struct bpf_link_ops netkit_link_lops = {
include/linux/bpf.h
1826
const struct bpf_link_ops *ops;
include/linux/bpf.h
2762
const struct bpf_link_ops *ops, struct bpf_prog *prog,
include/linux/bpf.h
2765
const struct bpf_link_ops *ops, struct bpf_prog *prog,
include/linux/bpf.h
3121
const struct bpf_link_ops *ops,
include/linux/bpf.h
3127
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
1350
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
1461
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
3192
const struct bpf_link_ops *ops, struct bpf_prog *prog,
kernel/bpf/syscall.c
3206
const struct bpf_link_ops *ops, struct bpf_prog *prog,
kernel/bpf/syscall.c
3287
const struct bpf_link_ops *ops = link->ops;
kernel/bpf/syscall.c
3580
static const struct bpf_link_ops bpf_tracing_link_lops = {
kernel/bpf/syscall.c
3871
static const struct bpf_link_ops bpf_raw_tp_link_lops = {
kernel/bpf/syscall.c
4185
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
918
static const struct bpf_link_ops bpf_shim_tramp_link_lops = {
kernel/trace/bpf_trace.c
2478
static const struct bpf_link_ops bpf_kprobe_multi_link_lops = {
kernel/trace/bpf_trace.c
3069
static const struct bpf_link_ops bpf_uprobe_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
10666
static const struct bpf_link_ops bpf_xdp_link_lops = {
net/core/sock_map.c
1833
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 = {