Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c494 … int bpf_firewall_prepare_accounting_maps(Unit *u, bool enabled, int *fd_ingress, int *fd_egress) { in bpf_firewall_prepare_accounting_maps() argument
499 assert(fd_egress); in bpf_firewall_prepare_accounting_maps()
510 if (*fd_egress < 0) { in bpf_firewall_prepare_accounting_maps()
516 *fd_egress = r; in bpf_firewall_prepare_accounting_maps()
521 *fd_egress = safe_close(*fd_egress); in bpf_firewall_prepare_accounting_maps()