Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c2356 int i, num_local_entries, tree_locked; in tcp_log_dumpbucketlogs() local
2376 num_local_entries = 0; in tcp_log_dumpbucketlogs()
2454 if (num_local_entries < LOCAL_SAVE) { in tcp_log_dumpbucketlogs()
2455 local_entries[num_local_entries] = in tcp_log_dumpbucketlogs()
2457 num_local_entries++; in tcp_log_dumpbucketlogs()
2514 num_local_entries < LOCAL_SAVE) { in tcp_log_dumpbucketlogs()
2516 &local_entries[num_local_entries]); in tcp_log_dumpbucketlogs()
2517 local_entries[num_local_entries].tln_closed = 1; in tcp_log_dumpbucketlogs()
2518 KASSERT(local_entries[num_local_entries].tln_bucket == in tcp_log_dumpbucketlogs()
2521 num_local_entries++; in tcp_log_dumpbucketlogs()
[all …]