Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c1471 void *bpf_prog_get_assoc_struct_ops(const struct bpf_prog_aux *aux) in bpf_prog_get_assoc_struct_ops() function
1484 EXPORT_SYMBOL_GPL(bpf_prog_get_assoc_struct_ops);
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1755 st_ops = (struct bpf_testmod_multi_st_ops *)bpf_prog_get_assoc_struct_ops(aux); in bpf_kfunc_multi_st_ops_test_1_assoc()
/linux/include/linux/
H A Dbpf.h2117 void *bpf_prog_get_assoc_struct_ops(const struct bpf_prog_aux *aux);
2172 static inline void *bpf_prog_get_assoc_struct_ops(const struct bpf_prog_aux *aux) in bpf_prog_get_assoc_struct_ops() function