Home
last modified time | relevance | path

Searched refs:bpf_prog_assoc_struct_ops (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.map454 bpf_prog_assoc_struct_ops;
H A Dlibbpf.c14828 return bpf_prog_assoc_struct_ops(prog_fd, map_fd, opts); in bpf_program__assoc_struct_ops()
/linux/kernel/bpf/
H A Dbpf_struct_ops.c866 bpf_prog_assoc_struct_ops(prog, &st_map->map); in bpf_struct_ops_map_update_elem()
1492 int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map) in bpf_prog_assoc_struct_ops() function
H A Dsyscall.c6294 ret = bpf_prog_assoc_struct_ops(prog, map); in prog_assoc_struct_ops()
/linux/include/linux/
H A Dbpf.h2246 int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map);
2299 static inline int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map) in bpf_prog_assoc_struct_ops() function