Searched refs:pf_state_counter_from_pfsync (Results 1 – 3 of 3) sorted by relevance
291 (unsigned long long)pf_state_counter_from_pfsync(s->packets[0]), in print_state()292 (unsigned long long)pf_state_counter_from_pfsync(s->packets[1]), in print_state()293 (unsigned long long)pf_state_counter_from_pfsync(s->bytes[0]), in print_state()294 (unsigned long long)pf_state_counter_from_pfsync(s->bytes[1])); in print_state()307 (unsigned long long int)pf_state_counter_from_pfsync(s->id), in print_state()
282 (unsigned long long int)pf_state_counter_from_pfsync(s->packets[0]), in print_state()283 (unsigned long long int)pf_state_counter_from_pfsync(s->packets[1]), in print_state()284 (unsigned long long int)pf_state_counter_from_pfsync(s->bytes[0]), in print_state()285 (unsigned long long int)pf_state_counter_from_pfsync(s->bytes[1])); in print_state()298 (unsigned long long int)pf_state_counter_from_pfsync(s->id), in print_state()
879 #define pf_state_counter_from_pfsync(s) \ macro