Searched refs:bpf_map_update (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/lib/ |
D | bpf.c | 143 static int bpf_map_update(int fd, const void *key, const void *value, in bpf_map_update() function 1019 ret = bpf_map_update(map_fd, &map_key, &prog_fd, BPF_ANY); in bpf_graft_map() 1697 ret = bpf_map_update(ctx->map_fds[j], &inner_idx, in bpf_maps_attach_all() 2204 ret = bpf_map_update(ctx->map_fds[idx], &key_id, in bpf_fill_prog_arrays()
|