Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c170 static counter_u64_t tcp_log_pcb_ids_tot; variable
175 &tcp_log_pcb_ids_tot, "Total number of pcb IDs that have been allocated");
765 counter_u64_add(tcp_log_pcb_ids_tot, 1); in tcp_log_set_id()
808 counter_u64_add(tcp_log_pcb_ids_tot, (int64_t)-1); \ in tcp_log_set_id()
1167 tcp_log_pcb_ids_tot = counter_u64_alloc(M_WAITOK); in tcp_log_init()