Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c211 u->ipv6_deny_map_fd >= 0 || in bpf_firewall_compile_bpf()
243 if (u->ipv6_deny_map_fd >= 0) { 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()
574 u->ipv6_deny_map_fd = safe_close(u->ipv6_deny_map_fd); in bpf_firewall_compile()
587 …all_prepare_access_maps(u, ACCESS_DENIED, &u->ipv4_deny_map_fd, &u->ipv6_deny_map_fd, &ip_deny_any… in bpf_firewall_compile()
952 u->ipv6_deny_map_fd = safe_close(u->ipv6_deny_map_fd); in bpf_firewall_close()
Dunit.h321 int ipv6_deny_map_fd; member
Dunit.c124 u->ipv6_deny_map_fd = -1; in unit_new()