Home
last modified time | relevance | path

Searched refs:bpf_prog_get_assoc_struct_ops (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dext_internal.h1438 ops = bpf_prog_get_assoc_struct_ops(aux); in scx_prog_sched()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1821 st_ops = (struct bpf_testmod_multi_st_ops *)bpf_prog_get_assoc_struct_ops(aux); in multi_st_ops_unreg()
/linux/include/linux/
H A Dbpf.h2123 void *bpf_prog_get_assoc_struct_ops(const struct bpf_prog_aux *aux);
2178 static inline void *bpf_prog_get_assoc_struct_ops(const struct bpf_prog_aux *aux) in bpf_prog_get_assoc_struct_ops() function