Searched refs:ip_deny_any (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | bpf-firewall.c | 152 bool ip_deny_any) { in bpf_firewall_compile_bpf() argument 213 ip_deny_any; in bpf_firewall_compile_bpf() 267 if (ip_deny_any) { in bpf_firewall_compile_bpf() 531 bool ip_allow_any = false, ip_deny_any = false; in bpf_firewall_compile() local 587 …ll_prepare_access_maps(u, ACCESS_DENIED, &u->ipv4_deny_map_fd, &u->ipv6_deny_map_fd, &ip_deny_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()
|