Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h141 if ((_chk)->holds_key_ref) {\
143 (_chk)->holds_key_ref = 0; \
147 if ((_chk)->whoTo) { \
148 sctp_free_remote_addr((_chk)->whoTo); \
149 (_chk)->whoTo = NULL; \
166 #define sctp_alloc_a_chunk(_stcb, _chk) { \ argument
169 if ((_chk)) { \
171 (_chk)->whoTo = NULL; \
172 (_chk)->holds_key_ref = 0; \
175 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \
[all …]