Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c719 ip_bpf_ingress_uninstall = TAKE_PTR(u->ip_bpf_ingress_installed); in bpf_firewall_install()
725 u->ip_bpf_ingress_installed = bpf_program_free(u->ip_bpf_ingress_installed); in bpf_firewall_install()
742 u->ip_bpf_ingress_installed = TAKE_PTR(u->ip_bpf_ingress); in bpf_firewall_install()
955 u->ip_bpf_ingress_installed = bpf_program_free(u->ip_bpf_ingress_installed); in bpf_firewall_close()
Dunit-serialize.c172 … bpf_program_serialize_attachment(f, fds, "ip-bpf-ingress-installed", u->ip_bpf_ingress_installed); in unit_serialize()
407 … (void) bpf_program_deserialize_attachment(v, fds, &u->ip_bpf_ingress_installed); in unit_deserialize()
Dunit.h322 BPFProgram *ip_bpf_ingress, *ip_bpf_ingress_installed; member