Home
last modified time | relevance | path

Searched refs:bpf_firewall_compile (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dbpf-firewall.h16 int bpf_firewall_compile(Unit *u);
Dbpf-firewall.c529 int bpf_firewall_compile(Unit *u) { in bpf_firewall_compile() function
Dcgroup.c1222 if (bpf_firewall_compile(u) < 0) in cgroup_apply_firewall()
/systemd-251/src/test/
Dtest-bpf-firewall.c156 r = bpf_firewall_compile(u); in main()