Lines Matching refs:netp
4302 struct sctp_nets *netp; in sctp_express_handle_sack() local
4311 netp = asoc->alternate; in sctp_express_handle_sack()
4313 netp = asoc->primary_destination; in sctp_express_handle_sack()
4315 sctp_send_shutdown(stcb, netp); in sctp_express_handle_sack()
4317 stcb->sctp_ep, stcb, netp); in sctp_express_handle_sack()
4322 struct sctp_nets *netp; in sctp_express_handle_sack() local
4328 netp = asoc->alternate; in sctp_express_handle_sack()
4330 netp = asoc->primary_destination; in sctp_express_handle_sack()
4332 sctp_send_shutdown_ack(stcb, netp); in sctp_express_handle_sack()
4334 stcb->sctp_ep, stcb, netp); in sctp_express_handle_sack()
4979 struct sctp_nets *netp; in sctp_handle_sack() local
4988 netp = asoc->alternate; in sctp_handle_sack()
4990 netp = asoc->primary_destination; in sctp_handle_sack()
4992 sctp_send_shutdown(stcb, netp); in sctp_handle_sack()
4994 stcb->sctp_ep, stcb, netp); in sctp_handle_sack()
5000 struct sctp_nets *netp; in sctp_handle_sack() local
5006 netp = asoc->alternate; in sctp_handle_sack()
5008 netp = asoc->primary_destination; in sctp_handle_sack()
5010 sctp_send_shutdown_ack(stcb, netp); in sctp_handle_sack()
5012 stcb->sctp_ep, stcb, netp); in sctp_handle_sack()