Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c494 static int bpf_firewall_prepare_accounting_maps(Unit *u, bool enabled, int *fd_ingress, int *fd_egr… in bpf_firewall_prepare_accounting_maps() argument
498 assert(fd_ingress); in bpf_firewall_prepare_accounting_maps()
502 if (*fd_ingress < 0) { in bpf_firewall_prepare_accounting_maps()
507 *fd_ingress = r; in bpf_firewall_prepare_accounting_maps()
520 *fd_ingress = safe_close(*fd_ingress); in bpf_firewall_prepare_accounting_maps()