Searched refs:_chk (Results 1 – 1 of 1) sorted by relevance
141 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) { \ argument169 if ((_chk)) { \171 (_chk)->whoTo = NULL; \172 (_chk)->holds_key_ref = 0; \175 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \[all …]