Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c35 ACCESS_DENIED = 2, enumerator
192 BPF_JMP_IMM(BPF_JNE, BPF_REG_8, ACCESS_DENIED, 1), in bpf_firewall_compile_bpf()
238 … r = add_lookup_instructions(p, u->ipv4_deny_map_fd, ETH_P_IP, is_ingress, ACCESS_DENIED); in bpf_firewall_compile_bpf()
244 … r = add_lookup_instructions(p, u->ipv6_deny_map_fd, ETH_P_IPV6, is_ingress, ACCESS_DENIED); in bpf_firewall_compile_bpf()
268 r = add_instructions_for_ip_any(p, ACCESS_DENIED); in bpf_firewall_compile_bpf()
587 …r = bpf_firewall_prepare_access_maps(u, ACCESS_DENIED, &u->ipv4_deny_map_fd, &u->ipv6_deny_map_fd,… in bpf_firewall_compile()