Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.h20 int bpf_firewall_read_accounting(int map_fd, uint64_t *ret_bytes, uint64_t *ret_packets);
Dbpf-firewall.c760 int bpf_firewall_read_accounting(int map_fd, uint64_t *ret_bytes, uint64_t *ret_packets) { in bpf_firewall_read_accounting() argument
767 if (ret_packets) { in bpf_firewall_read_accounting()
781 if (ret_packets) in bpf_firewall_read_accounting()
782 *ret_packets = packets; in bpf_firewall_read_accounting()