Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c640 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()
Dcgroup.h165 char **ip_filters_ingress; member
Dcgroup.c270 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()
Ddbus-cgroup.c492 …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()
Dload-fragment-gperf.gperf.in233 … 0, offsetof({{type}}, cgroup_context.ip_filters_ingress)
/systemd-251/src/test/
Dtest-bpf-firewall.c201 …filename", 1, "Service", 1, "IPIngressFilterPath", 0, test_prog, &cc->ip_filters_ingress, u) == 0); in main()
Dtest-bpf-foreign-programs.c221 paths = &cc->ip_filters_ingress; in test_bpf_cgroup_programs()
/systemd-251/src/analyze/
Danalyze-security.c2629 info->ip_filters_custom_ingress = !strv_isempty(g->ip_filters_ingress); in get_security_info()