HomeSort by: relevance | last modified time | path
    Searched refs:sctp_abort_association (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_input.c 113 sctp_abort_association(inp, stcb, m, iphlen, sh, op_err);
119 sctp_abort_association(inp, stcb, m, iphlen, sh, op_err);
126 sctp_abort_association(inp, stcb, m, iphlen, sh, op_err);
132 sctp_abort_association(inp, stcb, m, iphlen, sh, op_err);
138 sctp_abort_association(inp, stcb, m, iphlen, sh, op_err);
144 sctp_abort_association(inp, stcb, m, iphlen, sh, op_err);
380 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen,
913 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, sh,
922 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, sh,
929 sctp_abort_association(stcb->sctp_ep, stcb, m, iphlen, sh
    [all...]
sctputil.h 181 void sctp_abort_association(struct sctp_inpcb *, struct sctp_tcb *,
sctp_indata.c 2609 sctp_abort_association(inp, stcb, m, iphlen, sh,
sctputil.c 2659 sctp_abort_association(struct sctp_inpcb *inp, struct sctp_tcb *stcb, function in typeref:typename:void
2731 case SCTP_ABORT_ASSOCIATION:
2775 if (ch->chunk_type == SCTP_ABORT_ASSOCIATION) {

Completed in 20 milliseconds