Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c640 if (!(cc->ip_filters_ingress || cc->ip_filters_egress)) in bpf_firewall_load_custom()
653 r = load_bpf_progs_from_fs_to_set(u, cc->ip_filters_egress, &u->ip_bpf_custom_egress); in bpf_firewall_load_custom()
Dcgroup.h166 char **ip_filters_egress; member
Dcgroup.c271 c->ip_filters_egress = strv_free(c->ip_filters_egress); in cgroup_context_done()
594 STRV_FOREACH(path, c->ip_filters_egress) in cgroup_context_dump()
1675 c->ip_filters_egress) in unit_get_needs_bpf_firewall()
Ddbus-cgroup.c493 … SD_BUS_PROPERTY("IPEgressFilterPath", "as", NULL, offsetof(CGroupContext, ip_filters_egress), 0),
606 … filters = streq(name, "IPIngressFilterPath") ? &c->ip_filters_ingress : &c->ip_filters_egress; in bus_cgroup_set_transient_property()
Dload-fragment-gperf.gperf.in234 … 0, offsetof({{type}}, cgroup_context.ip_filters_egress)
/systemd-251/src/test/
Dtest-bpf-foreign-programs.c223 paths = &cc->ip_filters_egress; in test_bpf_cgroup_programs()
/systemd-251/src/analyze/
Danalyze-security.c2630 info->ip_filters_custom_egress = !strv_isempty(g->ip_filters_egress); in get_security_info()