Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c169 static counter_u64_t tcp_log_pcb_ids_cur; variable
173 &tcp_log_pcb_ids_cur, "Number of pcb IDs allocated in the system");
362 counter_u64_add(tcp_log_pcb_ids_cur, (int64_t)-1); in tcp_log_remove_bucket()
764 counter_u64_add(tcp_log_pcb_ids_cur, 1); in tcp_log_set_id()
807 counter_u64_add(tcp_log_pcb_ids_cur, (int64_t)-1); \ in tcp_log_set_id()
1166 tcp_log_pcb_ids_cur = counter_u64_alloc(M_WAITOK); in tcp_log_init()