HomeSort by: relevance | last modified time | path
    Searched defs:sctp_free_assoc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 2045 sctp_free_assoc(inp, asoc);
2074 sctp_free_assoc(inp, asoc);
2148 * sctp_free_assoc() call.
2171 * sctp_free_assoc() will call sctp_inpcb_free(),
2173 * So, we clear it before sctp_free_assoc() making sure
2178 sctp_free_assoc(inp, asoc);
3021 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb) function in typeref:typename:void
sctp_pcb.c 2045 sctp_free_assoc(inp, asoc);
2074 sctp_free_assoc(inp, asoc);
2148 * sctp_free_assoc() call.
2171 * sctp_free_assoc() will call sctp_inpcb_free(),
2173 * So, we clear it before sctp_free_assoc() making sure
2178 sctp_free_assoc(inp, asoc);
3021 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb) function in typeref:typename:void

Completed in 27 milliseconds