Searched refs:bpf_firewall_compile_bpf (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | bpf-firewall.c | 146 static int bpf_firewall_compile_bpf( in bpf_firewall_compile_bpf() function 596 …r = bpf_firewall_compile_bpf(u, ingress_name, true, &u->ip_bpf_ingress, ip_allow_any, ip_deny_any); in bpf_firewall_compile() 600 … r = bpf_firewall_compile_bpf(u, egress_name, false, &u->ip_bpf_egress, ip_allow_any, ip_deny_any); in bpf_firewall_compile()
|