Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c151 bool ip_allow_any, in bpf_firewall_compile_bpf() argument
212 ip_allow_any || in bpf_firewall_compile_bpf()
261 if (ip_allow_any) { in bpf_firewall_compile_bpf()
531 bool ip_allow_any = false, ip_deny_any = false; in bpf_firewall_compile() local
583 …repare_access_maps(u, ACCESS_ALLOWED, &u->ipv4_allow_map_fd, &u->ipv6_allow_map_fd, &ip_allow_any); in bpf_firewall_compile()
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()