Home
last modified time | relevance | path

Searched defs:bpf_map_update_elem (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf.c380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() function
/openbmc/linux/kernel/bpf/
H A Dhelpers.c53 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() argument