Searched defs:sctp_free_assoc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c3974 if (sctp_free_assoc(inp, asoc, SCTP_PCBFREE_NOFORCE,
3998 if (sctp_free_assoc(inp, asoc,
4068 if (sctp_free_assoc(inp, asoc,
4140 if (sctp_free_assoc(inp, asoc, SCTP_PCBFREE_FORCE, SCTP_FROM_SCTP_PCB+SCTP_LOC_8) == 0) {
4249 * sctp_free_assoc() call.
5410 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfree, int from_location) function

Completed in 3938 milliseconds