Searched refs:ip_filters_ingress (Results 1 – 8 of 8) 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() 650 r = load_bpf_progs_from_fs_to_set(u, cc->ip_filters_ingress, &u->ip_bpf_custom_ingress); in bpf_firewall_load_custom()
|
D | cgroup.h | 165 char **ip_filters_ingress; member
|
D | cgroup.c | 270 c->ip_filters_ingress = strv_free(c->ip_filters_ingress); in cgroup_context_done() 591 STRV_FOREACH(path, c->ip_filters_ingress) in cgroup_context_dump() 1674 c->ip_filters_ingress || in unit_get_needs_bpf_firewall()
|
D | dbus-cgroup.c | 492 …SD_BUS_PROPERTY("IPIngressFilterPath", "as", NULL, offsetof(CGroupContext, ip_filters_ingress), 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 | 233 … 0, offsetof({{type}}, cgroup_context.ip_filters_ingress)
|
/systemd-251/src/test/ |
D | test-bpf-firewall.c | 201 …filename", 1, "Service", 1, "IPIngressFilterPath", 0, test_prog, &cc->ip_filters_ingress, u) == 0); in main()
|
D | test-bpf-foreign-programs.c | 221 paths = &cc->ip_filters_ingress; in test_bpf_cgroup_programs()
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 2629 info->ip_filters_custom_ingress = !strv_isempty(g->ip_filters_ingress); in get_security_info()
|