Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c653 r = load_bpf_progs_from_fs_to_set(u, cc->ip_filters_egress, &u->ip_bpf_custom_egress); in bpf_firewall_load_custom()
704 (!set_isempty(u->ip_bpf_custom_ingress) || !set_isempty(u->ip_bpf_custom_egress))) in bpf_firewall_install()
749 …r = attach_custom_bpf_progs(u, path, BPF_CGROUP_INET_EGRESS, &u->ip_bpf_custom_egress, &u->ip_bpf_… in bpf_firewall_install()
960 u->ip_bpf_custom_egress = set_free(u->ip_bpf_custom_egress); in bpf_firewall_close()
Dunit.h327 Set *ip_bpf_custom_egress; member