Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c660 …tach_custom_bpf_progs(Unit *u, const char *path, int attach_type, Set **set, Set **set_installed) { in attach_custom_bpf_progs() argument
666 set_clear(*set_installed); in attach_custom_bpf_progs()
667 r = set_ensure_allocated(set_installed, &bpf_program_hash_ops); in attach_custom_bpf_progs()
671 SET_FOREACH_MOVE(prog, *set_installed, *set) { in attach_custom_bpf_progs()