Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_lock_bsd.h478 atomic_add_int(&SCTP_BASE_INFO(ipi_count_chunk), 1); \
482 KASSERT(SCTP_BASE_INFO(ipi_count_chunk) > 0, \
484 if (SCTP_BASE_INFO(ipi_count_chunk) != 0) \
485 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_chunk), \
Dsctp_pcb.h215 uint32_t ipi_count_chunk; member
Dsctp_pcb.c92 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk); in sctp_fill_pcbinfo()
5870 SCTP_BASE_INFO(ipi_count_chunk) = 0; in sctp_pcb_init()