Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.h251 #define sctp_free_bufspace(stcb, asoc, tp1, chk_cnt) \ argument
254 atomic_subtract_int(&((asoc)->chunks_on_out_queue), chk_cnt); \
H A Dsctputil.c4975 struct sctp_tmit_chunk *tp1, int chk_cnt) in sctp_free_bufspace() argument
4980 asoc->chunks_on_out_queue -= chk_cnt; in sctp_free_bufspace()