Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_log_buf.c192 static counter_u64_t tcp_log_pcb_ids_tot; variable
197 &tcp_log_pcb_ids_tot, "Total number of pcb IDs that have been allocated");
870 counter_u64_add(tcp_log_pcb_ids_tot, 1); in tcp_log_set_id()
913 counter_u64_add(tcp_log_pcb_ids_tot, (int64_t)-1); \ in tcp_log_set_id()
1273 tcp_log_pcb_ids_tot = counter_u64_alloc(M_WAITOK); in tcp_log_init()