Searched refs:ret_packets (Results 1 – 2 of 2) sorted by relevance
20 int bpf_firewall_read_accounting(int map_fd, uint64_t *ret_bytes, uint64_t *ret_packets);
760 int bpf_firewall_read_accounting(int map_fd, uint64_t *ret_bytes, uint64_t *ret_packets) { in bpf_firewall_read_accounting() argument767 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()