Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c40 static int add_lookup_instructions( in add_lookup_instructions() function
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()
250 … r = add_lookup_instructions(p, u->ipv4_allow_map_fd, ETH_P_IP, is_ingress, ACCESS_ALLOWED); in bpf_firewall_compile_bpf()
256 … r = add_lookup_instructions(p, u->ipv6_allow_map_fd, ETH_P_IPV6, is_ingress, ACCESS_ALLOWED); in bpf_firewall_compile_bpf()