Home
last modified time | relevance | path

Searched refs:bpf_map_update_element (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/
Dbpf-firewall.c384 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/
Dbpf-program.h58 int bpf_map_update_element(int fd, const void *key, void *value);
Dbpf-program.c316 int bpf_map_update_element(int fd, const void *key, void *value) { in bpf_map_update_element() function