Home
last modified time | relevance | path

Searched refs:sctp_free_assoc (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_input.c829 (void)sctp_free_assoc(stcb->sctp_ep, stcb, SCTP_NORMAL_PROC, in sctp_handle_abort()
1034 (void)sctp_free_assoc(stcb->sctp_ep, stcb, SCTP_NORMAL_PROC, in sctp_handle_shutdown_ack()
2108 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_cookie_new()
2126 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_cookie_new()
2134 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_cookie_new()
2157 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_cookie_new()
2198 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_cookie_new()
2673 (void)sctp_free_assoc(*inp_p, *stcb, SCTP_NORMAL_PROC, in sctp_handle_cookie_echo()
4693 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_control()
5046 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_process_control()
[all …]
H A Dsctp_pcb.h579 int sctp_free_assoc(struct sctp_inpcb *, struct sctp_tcb *, int, int);
H A Dsctputil.c2044 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_timeout_handler()
4381 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_abort_association()
4479 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_abort_an_association()
6583 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_connectx_helper_add()
6593 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_connectx_helper_add()
6608 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_connectx_helper_add()
6618 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_connectx_helper_add()
H A Dsctp_pcb.c3388 if (sctp_free_assoc(inp, asoc, SCTP_PCBFREE_NOFORCE, in sctp_inpcb_free()
3412 if (sctp_free_assoc(inp, asoc, in sctp_inpcb_free()
3469 if (sctp_free_assoc(inp, asoc, in sctp_inpcb_free()
3544 if (sctp_free_assoc(inp, asoc, SCTP_PCBFREE_FORCE, in sctp_inpcb_free()
4671 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfree, int from_locatio… in sctp_free_assoc() function
H A Dsctp_usrreq.c193 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_notify()
719 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_disconnect()
786 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp_disconnect()
7327 sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC,
H A Dsctp_output.c12741 sctp_free_assoc(inp, stcb, SCTP_PCBFREE_FORCE, in sctp_lower_sosend()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c204 (void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC, in sctp6_notify()