Searched refs:bpf_map_update_element (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/core/ |
D | bpf-firewall.c | 384 r = bpf_map_update_element(ipv4_map_fd, key_ipv4, &value); in bpf_firewall_add_access_items() 394 r = bpf_map_update_element(ipv6_map_fd, key_ipv6, &value); in bpf_firewall_add_access_items() 795 r = bpf_map_update_element(map_fd, &key, &value); in bpf_firewall_reset_accounting() 800 return bpf_map_update_element(map_fd, &key, &value); in bpf_firewall_reset_accounting()
|
/systemd-251/src/shared/ |
D | bpf-program.h | 58 int bpf_map_update_element(int fd, const void *key, void *value);
|
D | bpf-program.c | 316 int bpf_map_update_element(int fd, const void *key, void *value) { in bpf_map_update_element() function
|