Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c815 bpf_prog_assoc_struct_ops(prog, &st_map->map); in bpf_struct_ops_map_update_elem()
1414 int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map) in bpf_prog_assoc_struct_ops() function
H A Dsyscall.c6180 ret = bpf_prog_assoc_struct_ops(prog, map); in prog_assoc_struct_ops()
/linux/include/linux/
H A Dbpf.h2115 int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map);
2165 static inline int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map) in bpf_prog_assoc_struct_ops() function
/linux/tools/lib/bpf/
H A Dlibbpf.c14197 return bpf_prog_assoc_struct_ops(prog_fd, map_fd, opts); in bpf_program__assoc_struct_ops()