Searched refs:ip_filters_egress (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/core/ |
D | bpf-firewall.c | 640 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()
|
D | cgroup.h | 166 char **ip_filters_egress; member
|
D | cgroup.c | 271 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()
|
D | dbus-cgroup.c | 493 … 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()
|
D | load-fragment-gperf.gperf.in | 234 … 0, offsetof({{type}}, cgroup_context.ip_filters_egress)
|
/systemd-251/src/test/ |
D | test-bpf-foreign-programs.c | 223 paths = &cc->ip_filters_egress; in test_bpf_cgroup_programs()
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 2630 info->ip_filters_custom_egress = !strv_isempty(g->ip_filters_egress); in get_security_info()
|