bpf_prog_assoc_struct_ops
int bpf_prog_assoc_struct_ops(struct bpf_prog *prog, struct bpf_map *map);
bpf_prog_assoc_struct_ops(prog, &st_map->map);
ret = bpf_prog_assoc_struct_ops(prog, map);
LIBBPF_API int bpf_prog_assoc_struct_ops(int prog_fd, int map_fd,
return bpf_prog_assoc_struct_ops(prog_fd, map_fd, opts);