Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c184 SCTP_REFRELE(sctp_prev); in cl_sctp_walk_list_stack()
197 SCTP_REFRELE(sctp); in cl_sctp_walk_list_stack()
220 SCTP_REFRELE(sctp); in cl_sctp_walk_list_stack()
230 SCTP_REFRELE(sctp_prev); in cl_sctp_walk_list_stack()
513 SCTP_REFRELE(sctp); in sctp_fanout()
577 SCTP_REFRELE(sctp); in ip_fanout_sctp()
593 SCTP_REFRELE(sctp); in ip_fanout_sctp()
623 SCTP_REFRELE(sctp); in ip_fanout_sctp()
H A Dsctp_timer.c232 SCTP_REFRELE(sctp); in sctp_timer_fire()
263 SCTP_REFRELE(sctpt->sctpt_sctp); in sctp_timer_free()
297 SCTP_REFRELE(sctpt->sctpt_sctp); in sctp_timer_stop()
827 SCTP_REFRELE(sctp); in sctp_process_timer()
H A Dsctp_snmp.c111 SCTP_REFRELE(sctp_prev); in sctp_kstat_update()
211 SCTP_REFRELE(sctp_prev); in sctp_kstat_update()
619 SCTP_REFRELE(sctp_prev); in sctp_snmp_get_mib2()
839 SCTP_REFRELE(sctp_prev); in sctp_snmp_get_mib2()
H A Dsctp.c278 SCTP_REFRELE(sctp); in sctp_clean_death()
433 SCTP_REFRELE(sctp); in sctp_close()
445 SCTP_REFRELE(sctp); in sctp_close_eager()
1949 SCTP_REFRELE(sctp); in sctp_process_recvq()
H A Dsctp_conn.c521 SCTP_REFRELE(lsctp); in sctp_connect()
H A Dsctp_input.c3486 SCTP_REFRELE(sctp); in sctp_ootb_input()
3532 SCTP_REFRELE(sctp); in sctp_input()
3551 SCTP_REFRELE(sctp); in sctp_input()
3583 SCTP_REFRELE(sctp); in sctp_input()
H A Dsctp_addr.c920 SCTP_REFRELE(sctp_prev); in sctp_update_saddrs()
948 SCTP_REFRELE(sctp_prev); in sctp_update_saddrs()
H A Dsctp_impl.h194 #define SCTP_REFRELE(sctp) { \ macro