Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_lock_bsd.h466 atomic_add_int(&SCTP_BASE_INFO(ipi_count_chunk), 1); \
470 KASSERT(SCTP_BASE_INFO(ipi_count_chunk) > 0, \
472 if (SCTP_BASE_INFO(ipi_count_chunk) != 0) \
473 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_chunk), \
H A Dsctp_pcb.h211 uint32_t ipi_count_chunk; member
H A Dsctp_pcb.c89 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk); in sctp_fill_pcbinfo()
5670 SCTP_BASE_INFO(ipi_count_chunk) = 0; in sctp_pcb_init()