Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c530 const char *ingress_name = NULL, *egress_name = NULL; in bpf_firewall_compile() local
559 ingress_name = "sd_fw_ingress"; 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()