MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_asconf_ack_clear

Function sctp_asconf_ack_clear

freebsd/netinet/sctp_asconf.c:1653–1659  ·  view source on GitHub ↗

* cleanup from a bad asconf ack parameter */

Source from the content-addressed store, hash-verified

1651 * cleanup from a bad asconf ack parameter
1652 */
1653static void
1654sctp_asconf_ack_clear(struct sctp_tcb *stcb SCTP_UNUSED)
1655{
1656 /* assume peer doesn't really know how to do asconfs */
1657 /* XXX we could free the pending queue here */
1658
1659}
1660
1661void
1662sctp_handle_asconf_ack(struct mbuf *m, int offset,

Callers 1

sctp_handle_asconf_ackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected